#970A00

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

Shades of Dark Red #970A00

Tints of Dark Red #970A00

Color information

#970A00 (or 0x970A00) is unknown color: approx Dark Red. HEX triplet: 97, 0A and 00. RGB value is (151,10,0). Sum of RGB (Red+Green+Blue) = 151+10+0=161 (21% of max value = 765). Red value is 151 (59.38% from 255 or 93.79% from 161); Green value is 10 (4.30% from 255 or 6.21% from 161); Blue value is 0 (0.39% from 255 or 0% from 161); Max value from RGB is 151 - color contains mainly: red. Hex color #970A00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970A00 is #68F5FF. Grayscale: #333333. Windows color (decimal): -6878720 or 2711. OLE color: 2711.

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

Color convert

RGB151100-
CMYK00.9310.41
HSL3.97º100%29.61%-
HSV(B)3.97º100%59.22%-
XYZ12.876.80.63-
YUV51.0299.21199.31-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 93.79%
GREEN value IS 10 (4.30% from 255) = 6.21%
BLUE value IS 0 (0.39% from 255) = 0%
R=93.79%
G=6.21%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15110000.9310.413.9710029.61
Hex97A005D64294641e
Octal227120013514451414436
Binary1001011110100010111011100100101001100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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