#980E0F

Color #980E0F Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #980E0F

Tints of Sangria #980E0F

Color information

#980E0F (or 0x980E0F) is unknown color: approx Sangria. HEX triplet: 98, 0E and 0F. RGB value is (152,14,15). Sum of RGB (Red+Green+Blue) = 152+14+15=181 (23% of max value = 765). Red value is 152 (59.77% from 255 or 83.98% from 181); Green value is 14 (5.86% from 255 or 7.73% from 181); Blue value is 15 (6.25% from 255 or 8.29% from 181); Max value from RGB is 152 - color contains mainly: red. Hex color #980E0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980E0F is #67F1F0. Grayscale: #373737. Windows color (decimal): -6812145 or 986776. OLE color: 986776.

HSL color Cylindrical-coordinate representation of color #980E0F: hue angle of 359.57º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #980E0F is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB1521415-
CMYK00.910.900.40
HSL359.57º83.13%32.55%-
HSV(B)359.57º90.79%59.61%-
XYZ13.197.021.11-
YUV55.38105.22196.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 83.98%
GREEN value IS 14 (5.86% from 255) = 7.73%
BLUE value IS 15 (6.25% from 255) = 8.29%
R=83.98%
G=7.73%
B=8.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.90
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152141500.910.900.40359.5783.1332.55
Hex98EF05B5A281685321
Octal230161701331325055012341
Binary10011000111011110101101110110101010001011010001010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980E0F; }

 p { color: rgb(152,14,15); }

 H1.HeaderClassName
 {
   color: #980E0F;
 }
 .AnyTagClassName
 {
   color: #980E0F;
 }
</style>
background-color css

<style>
 a { background-color: #980E0F; }

 a { background-color: rgb(152,14,15); }

 div.DivClassName
 {
   background-color: #980E0F;
 }
 .BgClassName
 {
   background-color: #980E0F;
 }
</style>
border-color css

<style>
 span { border-color: #980E0F; }

 span { border-color: rgb(152,14,15); }

 td.TdClassName
 {
   border-color: #980E0F;
 }
 .TagClassName
 {
   border-color: #980E0F;
 }
</style>