#971205

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

Shades of Dark Red #971205

Tints of Dark Red #971205

Color information

#971205 (or 0x971205) is unknown color: approx Dark Red. HEX triplet: 97, 12 and 05. RGB value is (151,18,5). Sum of RGB (Red+Green+Blue) = 151+18+5=174 (23% of max value = 765). Red value is 151 (59.38% from 255 or 86.78% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 5 (2.34% from 255 or 2.87% from 174); Max value from RGB is 151 - color contains mainly: red. Hex color #971205 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971205 is #68EDFA. Grayscale: #383838. Windows color (decimal): -6876667 or 332439. OLE color: 332439.

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

Color convert

RGB151185-
CMYK00.880.970.41
HSL5.34º93.59%30.59%-
HSV(B)5.34º96.69%59.22%-
XYZ13.017.020.81-
YUV56.2899.06195.56-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 86.78%
GREEN value IS 18 (7.42% from 255) = 10.34%
BLUE value IS 5 (2.34% from 255) = 2.87%
R=86.78%
G=10.34%
B=2.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15118500.880.970.415.3493.5930.59
Hex97125058612955e1f
Octal227225013014151513637
Binary1001011110010101010110001100001101001101101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971205; }

 p { color: rgb(151,18,5); }

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

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

 a { background-color: rgb(151,18,5); }

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

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

 span { border-color: rgb(151,18,5); }

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