#97160A

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

Shades of Dark Red #97160A

Tints of Dark Red #97160A

Color information

#97160A (or 0x97160A) is unknown color: approx Dark Red. HEX triplet: 97, 16 and 0A. RGB value is (151,22,10). Sum of RGB (Red+Green+Blue) = 151+22+10=183 (24% of max value = 765). Red value is 151 (59.38% from 255 or 82.51% from 183); Green value is 22 (8.98% from 255 or 12.02% from 183); Blue value is 10 (4.30% from 255 or 5.46% from 183); Max value from RGB is 151 - color contains mainly: red. Hex color #97160A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #97160A is #68E9F5. Grayscale: #3B3B3B. Windows color (decimal): -6875638 or 661143. OLE color: 661143.

HSL color Cylindrical-coordinate representation of color #97160A: hue angle of 5.11º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #97160A is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB1512210-
CMYK00.850.930.41
HSL5.11º87.58%31.57%-
HSV(B)5.11º93.38%59.22%-
XYZ13.17.180.98-
YUV59.2100.24193.48-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 82.51%
GREEN value IS 22 (8.98% from 255) = 12.02%
BLUE value IS 10 (4.30% from 255) = 5.46%
R=82.51%
G=12.02%
B=5.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151221000.850.930.415.1187.5831.57
Hex9716A0555D2955820
Octal2272612012513551513040
Binary100101111011010100101010110111011010011011011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97160A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97160A; }

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

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

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

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

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

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

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

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