#971408

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

Shades of Dark Red #971408

Tints of Dark Red #971408

Color information

#971408 (or 0x971408) is unknown color: approx Dark Red. HEX triplet: 97, 14 and 08. RGB value is (151,20,8). Sum of RGB (Red+Green+Blue) = 151+20+8=179 (23% of max value = 765). Red value is 151 (59.38% from 255 or 84.36% from 179); Green value is 20 (8.20% from 255 or 11.17% from 179); Blue value is 8 (3.52% from 255 or 4.47% from 179); Max value from RGB is 151 - color contains mainly: red. Hex color #971408 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971408 is #68EBF7. Grayscale: #393939. Windows color (decimal): -6876152 or 529559. OLE color: 529559.

HSL color Cylindrical-coordinate representation of color #971408: hue angle of 5.03º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #971408 is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB151208-
CMYK00.870.950.41
HSL5.03º89.94%31.18%-
HSV(B)5.03º94.7%59.22%-
XYZ13.067.10.91-
YUV57.899.9194.48-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 84.36%
GREEN value IS 20 (8.20% from 255) = 11.17%
BLUE value IS 8 (3.52% from 255) = 4.47%
R=84.36%
G=11.17%
B=4.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.95
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15120800.870.950.415.0389.9431.18
Hex971480575F2955a1f
Octal2272410012713751513237
Binary10010111101001000010101111011111101001101101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971408; }

 p { color: rgb(151,20,8); }

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

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

 a { background-color: rgb(151,20,8); }

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

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

 span { border-color: rgb(151,20,8); }

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