#980B00

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

Shades of Dark Red #980B00

Tints of Dark Red #980B00

Color information

#980B00 (or 0x980B00) is unknown color: approx Dark Red. HEX triplet: 98, 0B and 00. RGB value is (152,11,0). Sum of RGB (Red+Green+Blue) = 152+11+0=163 (21% of max value = 765). Red value is 152 (59.77% from 255 or 93.25% from 163); Green value is 11 (4.69% from 255 or 6.75% from 163); Blue value is 0 (0.39% from 255 or 0% from 163); Max value from RGB is 152 - color contains mainly: red. Hex color #980B00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980B00 is #67F4FF. Grayscale: #343434. Windows color (decimal): -6812928 or 2968. OLE color: 2968.

HSL color Cylindrical-coordinate representation of color #980B00: hue angle of 4.34º 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 #980B00 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.40.

Color convert

RGB152110-
CMYK00.9310.40
HSL4.34º100%29.8%-
HSV(B)4.34º100%59.61%-
XYZ13.076.910.65-
YUV51.998.71199.39-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 93.25%
GREEN value IS 11 (4.69% from 255) = 6.75%
BLUE value IS 0 (0.39% from 255) = 0%
R=93.25%
G=6.75%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 1
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211000.9310.404.3410029.8
Hex98B005D64284641e
Octal230130013514450414436
Binary1001100010110010111011100100101000100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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