#971802

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

Shades of Dark Red #971802

Tints of Dark Red #971802

Color information

#971802 (or 0x971802) is unknown color: approx Dark Red. HEX triplet: 97, 18 and 02. RGB value is (151,24,2). Sum of RGB (Red+Green+Blue) = 151+24+2=177 (23% of max value = 765). Red value is 151 (59.38% from 255 or 85.31% from 177); Green value is 24 (9.77% from 255 or 13.56% from 177); Blue value is 2 (1.17% from 255 or 1.13% from 177); Max value from RGB is 151 - color contains mainly: red. Hex color #971802 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971802 is #68E7FD. Grayscale: #3B3B3B. Windows color (decimal): -6875134 or 137367. OLE color: 137367.

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

Color convert

RGB151242-
CMYK00.840.990.41
HSL8.86º97.39%30%-
HSV(B)8.86º98.68%59.22%-
XYZ13.17.240.76-
YUV59.4695.58193.29-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 85.31%
GREEN value IS 24 (9.77% from 255) = 13.56%
BLUE value IS 2 (1.17% from 255) = 1.13%
R=85.31%
G=13.56%
B=1.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15124200.840.990.418.8697.3930
Hex9718205463299611e
Octal2273020124143511114136
Binary1001011111000100101010011000111010011001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971802; }

 p { color: rgb(151,24,2); }

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

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

 a { background-color: rgb(151,24,2); }

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

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

 span { border-color: rgb(151,24,2); }

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