#971106

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

Shades of Dark Red #971106

Tints of Dark Red #971106

Color information

#971106 (or 0x971106) is unknown color: approx Dark Red. HEX triplet: 97, 11 and 06. RGB value is (151,17,6). Sum of RGB (Red+Green+Blue) = 151+17+6=174 (23% of max value = 765). Red value is 151 (59.38% from 255 or 86.78% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 6 (2.73% from 255 or 3.45% from 174); Max value from RGB is 151 - color contains mainly: red. Hex color #971106 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971106 is #68EEF9. Grayscale: #373737. Windows color (decimal): -6876922 or 397719. OLE color: 397719.

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

Color convert

RGB151176-
CMYK00.890.960.41
HSL4.55º92.36%30.78%-
HSV(B)4.55º96.03%59.22%-
XYZ136.990.84-
YUV55.8199.89195.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 86.78%
GREEN value IS 17 (7.03% from 255) = 9.77%
BLUE value IS 6 (2.73% from 255) = 3.45%
R=86.78%
G=9.77%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.96
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15117600.890.960.414.5592.3630.78
Hex97116059602955c1f
Octal227216013114051513437
Binary1001011110001110010110011100000101001101101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971106; }

 p { color: rgb(151,17,6); }

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

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

 a { background-color: rgb(151,17,6); }

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

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

 span { border-color: rgb(151,17,6); }

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