#97100C

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

Shades of Dark Red #97100C

Tints of Dark Red #97100C

Color information

#97100C (or 0x97100C) is unknown color: approx Dark Red. HEX triplet: 97, 10 and 0C. RGB value is (151,16,12). Sum of RGB (Red+Green+Blue) = 151+16+12=179 (23% of max value = 765). Red value is 151 (59.38% from 255 or 84.36% from 179); Green value is 16 (6.64% from 255 or 8.94% from 179); Blue value is 12 (5.08% from 255 or 6.70% from 179); Max value from RGB is 151 - color contains mainly: red. Hex color #97100C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #97100C is #68EFF3. Grayscale: #383838. Windows color (decimal): -6877172 or 790679. OLE color: 790679.

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

Color convert

RGB1511612-
CMYK00.890.920.41
HSL1.73º85.28%31.96%-
HSV(B)1.73º92.05%59.22%-
XYZ13.016.981.01-
YUV55.91103.23195.83-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 84.36%
GREEN value IS 16 (6.64% from 255) = 8.94%
BLUE value IS 12 (5.08% from 255) = 6.70%
R=84.36%
G=8.94%
B=6.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.92
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151161200.890.920.411.7385.2831.96
Hex9710C0595C2925520
Octal2272014013113451212540
Binary10010111100001100010110011011100101001101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97100C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97100C; }

 p { color: rgb(151,16,12); }

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

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

 a { background-color: rgb(151,16,12); }

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

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

 span { border-color: rgb(151,16,12); }

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