#97110A

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

Shades of Dark Red #97110A

Tints of Dark Red #97110A

Color information

#97110A (or 0x97110A) is unknown color: approx Dark Red. HEX triplet: 97, 11 and 0A. RGB value is (151,17,10). Sum of RGB (Red+Green+Blue) = 151+17+10=178 (23% of max value = 765). Red value is 151 (59.38% from 255 or 84.83% from 178); Green value is 17 (7.03% from 255 or 9.55% from 178); Blue value is 10 (4.30% from 255 or 5.62% from 178); Max value from RGB is 151 - color contains mainly: red. Hex color #97110A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #97110A is #68EEF5. Grayscale: #383838. Windows color (decimal): -6876918 or 659863. OLE color: 659863.

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

Color convert

RGB1511710-
CMYK00.890.930.41
HSL2.98º87.58%31.57%-
HSV(B)2.98º93.38%59.22%-
XYZ13.0270.95-
YUV56.27101.89195.57-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 84.83%
GREEN value IS 17 (7.03% from 255) = 9.55%
BLUE value IS 10 (4.30% from 255) = 5.62%
R=84.83%
G=9.55%
B=5.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151171000.890.930.412.9887.5831.57
Hex9711A0595D2935820
Octal2272112013113551313040
Binary10010111100011010010110011011101101001111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97110A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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