#970604

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

Shades of Dark Red #970604

Tints of Dark Red #970604

Color information

#970604 (or 0x970604) is unknown color: approx Dark Red. HEX triplet: 97, 06 and 04. RGB value is (151,6,4). Sum of RGB (Red+Green+Blue) = 151+6+4=161 (21% of max value = 765). Red value is 151 (59.38% from 255 or 93.79% from 161); Green value is 6 (2.73% from 255 or 3.73% from 161); Blue value is 4 (1.95% from 255 or 2.48% from 161); Max value from RGB is 151 - color contains mainly: red. Hex color #970604 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970604 is #68F9FB. Grayscale: #313131. Windows color (decimal): -6879740 or 263831. OLE color: 263831.

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

Color convert

RGB15164-
CMYK00.960.970.41
HSL0.82º94.84%30.39%-
HSV(B)0.82º97.35%59.22%-
XYZ12.856.720.73-
YUV49.13102.54200.66-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 93.79%
GREEN value IS 6 (2.73% from 255) = 3.73%
BLUE value IS 4 (1.95% from 255) = 2.48%
R=93.79%
G=3.73%
B=2.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516400.960.970.410.8294.8430.39
Hex9764060612915f1e
Octal22764014014151113736
Binary100101111101000110000011000011010011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970604; }

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

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

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

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

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

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

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

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