#980E00

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

Shades of Dark Red #980E00

Tints of Dark Red #980E00

Color information

#980E00 (or 0x980E00) is unknown color: approx Dark Red. HEX triplet: 98, 0E and 00. RGB value is (152,14,0). Sum of RGB (Red+Green+Blue) = 152+14+0=166 (21% of max value = 765). Red value is 152 (59.77% from 255 or 91.57% from 166); Green value is 14 (5.86% from 255 or 8.43% from 166); Blue value is 0 (0.39% from 255 or 0% from 166); Max value from RGB is 152 - color contains mainly: red. Hex color #980E00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980E00 is #67F1FF. Grayscale: #353535. Windows color (decimal): -6812160 or 3736. OLE color: 3736.

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

Color convert

RGB152140-
CMYK00.9110.40
HSL5.53º100%29.8%-
HSV(B)5.53º100%59.61%-
XYZ13.116.990.66-
YUV53.6797.72198.14-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 91.57%
GREEN value IS 14 (5.86% from 255) = 8.43%
BLUE value IS 0 (0.39% from 255) = 0%
R=91.57%
G=8.43%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 1
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214000.9110.405.5310029.8
Hex98E005B64286641e
Octal230160013314450614436
Binary1001100011100010110111100100101000110110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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