#970602

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

Shades of Dark Red #970602

Tints of Dark Red #970602

Color information

#970602 (or 0x970602) is unknown color: approx Dark Red. HEX triplet: 97, 06 and 02. RGB value is (151,6,2). Sum of RGB (Red+Green+Blue) = 151+6+2=159 (21% of max value = 765). Red value is 151 (59.38% from 255 or 94.97% from 159); Green value is 6 (2.73% from 255 or 3.77% from 159); Blue value is 2 (1.17% from 255 or 1.26% from 159); Max value from RGB is 151 - color contains mainly: red. Hex color #970602 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970602 is #68F9FD. Grayscale: #313131. Windows color (decimal): -6879742 or 132759. OLE color: 132759.

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

Color convert

RGB15162-
CMYK00.960.990.41
HSL1.61º97.39%30%-
HSV(B)1.61º98.68%59.22%-
XYZ12.846.710.68-
YUV48.9101.54200.83-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 94.97%
GREEN value IS 6 (2.73% from 255) = 3.77%
BLUE value IS 2 (1.17% from 255) = 1.26%
R=94.97%
G=3.77%
B=1.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516200.960.990.411.6197.3930
Hex976206063292611e
Octal22762014014351214136
Binary100101111101001100000110001110100110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970602; }

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

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

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

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

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

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

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

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