#970B00

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

Shades of Dark Red #970B00

Tints of Dark Red #970B00

Color information

#970B00 (or 0x970B00) is unknown color: approx Dark Red. HEX triplet: 97, 0B and 00. RGB value is (151,11,0). Sum of RGB (Red+Green+Blue) = 151+11+0=162 (21% of max value = 765). Red value is 151 (59.38% from 255 or 93.21% from 162); Green value is 11 (4.69% from 255 or 6.79% from 162); Blue value is 0 (0.39% from 255 or 0% from 162); Max value from RGB is 151 - color contains mainly: red. Hex color #970B00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970B00 is #68F4FF. Grayscale: #333333. Windows color (decimal): -6878464 or 2967. OLE color: 2967.

HSL color Cylindrical-coordinate representation of color #970B00: hue angle of 4.37º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #970B00 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB151110-
CMYK00.9310.41
HSL4.37º100%29.61%-
HSV(B)4.37º100%59.22%-
XYZ12.886.820.64-
YUV51.6198.88198.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 93.21%
GREEN value IS 11 (4.69% from 255) = 6.79%
BLUE value IS 0 (0.39% from 255) = 0%
R=93.21%
G=6.79%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111000.9310.414.3710029.61
Hex97B005D64294641e
Octal227130013514451414436
Binary1001011110110010111011100100101001100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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