#970E06

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

Shades of Dark Red #970E06

Tints of Dark Red #970E06

Color information

#970E06 (or 0x970E06) is unknown color: approx Dark Red. HEX triplet: 97, 0E and 06. RGB value is (151,14,6). Sum of RGB (Red+Green+Blue) = 151+14+6=171 (22% of max value = 765). Red value is 151 (59.38% from 255 or 88.30% from 171); Green value is 14 (5.86% from 255 or 8.19% from 171); Blue value is 6 (2.73% from 255 or 3.51% from 171); Max value from RGB is 151 - color contains mainly: red. Hex color #970E06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970E06 is #68F1F9. Grayscale: #363636. Windows color (decimal): -6877690 or 396951. OLE color: 396951.

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

Color convert

RGB151146-
CMYK00.910.960.41
HSL3.31º92.36%30.78%-
HSV(B)3.31º96.03%59.22%-
XYZ12.956.910.82-
YUV54.05100.89197.15-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 88.30%
GREEN value IS 14 (5.86% from 255) = 8.19%
BLUE value IS 6 (2.73% from 255) = 3.51%
R=88.30%
G=8.19%
B=3.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.96
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15114600.910.960.413.3192.3630.78
Hex97E605B602935c1f
Octal227166013314051313437
Binary10010111111011001011011110000010100111101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970E06; }

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

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

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

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

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

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

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

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