#971800

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

Shades of Dark Red #971800

Tints of Dark Red #971800

Color information

#971800 (or 0x971800) is unknown color: approx Dark Red. HEX triplet: 97, 18 and 00. RGB value is (151,24,0). Sum of RGB (Red+Green+Blue) = 151+24+0=175 (23% of max value = 765). Red value is 151 (59.38% from 255 or 86.29% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 0 (0.39% from 255 or 0% from 175); Max value from RGB is 151 - color contains mainly: red. Hex color #971800 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971800 is #68E7FF. Grayscale: #3B3B3B. Windows color (decimal): -6875136 or 6295. OLE color: 6295.

HSL color Cylindrical-coordinate representation of color #971800: hue angle of 9.54º 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 #971800 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB151240-
CMYK00.8410.41
HSL9.54º100%29.61%-
HSV(B)9.54º100%59.22%-
XYZ13.097.230.71-
YUV59.2494.58193.45-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 86.29%
GREEN value IS 24 (9.77% from 255) = 13.71%
BLUE value IS 0 (0.39% from 255) = 0%
R=86.29%
G=13.71%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15124000.8410.419.5410029.61
Hex971800546429a641e
Octal2273000124144511214436
Binary100101111100000101010011001001010011010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971800; }

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

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

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

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

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

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

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

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