#97080C

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

Shades of Sangria #97080C

Tints of Sangria #97080C

Color information

#97080C (or 0x97080C) is unknown color: approx Sangria. HEX triplet: 97, 08 and 0C. RGB value is (151,8,12). Sum of RGB (Red+Green+Blue) = 151+8+12=171 (22% of max value = 765). Red value is 151 (59.38% from 255 or 88.30% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 12 (5.08% from 255 or 7.02% from 171); Max value from RGB is 151 - color contains mainly: red. Hex color #97080C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #97080C is #68F7F3. Grayscale: #333333. Windows color (decimal): -6879220 or 788631. OLE color: 788631.

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

Color convert

RGB151812-
CMYK00.950.920.41
HSL358.32º89.94%31.18%-
HSV(B)358.32º94.7%59.22%-
XYZ12.926.780.98-
YUV51.21105.88199.17-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 88.30%
GREEN value IS 8 (3.52% from 255) = 4.68%
BLUE value IS 12 (5.08% from 255) = 7.02%
R=88.30%
G=4.68%
B=7.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.92
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15181200.950.920.41358.3289.9431.18
Hex978C05F5C291665a1f
Octal227101401371345154613237
Binary1001011110001100010111111011100101001101100110101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97080C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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