#97090E

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

Shades of Sangria #97090E

Tints of Sangria #97090E

Color information

#97090E (or 0x97090E) is unknown color: approx Sangria. HEX triplet: 97, 09 and 0E. RGB value is (151,9,14). Sum of RGB (Red+Green+Blue) = 151+9+14=174 (23% of max value = 765). Red value is 151 (59.38% from 255 or 86.78% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 14 (5.86% from 255 or 8.05% from 174); Max value from RGB is 151 - color contains mainly: red. Hex color #97090E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #97090E is #68F6F1. Grayscale: #343434. Windows color (decimal): -6878962 or 919959. OLE color: 919959.

HSL color Cylindrical-coordinate representation of color #97090E: hue angle of 357.89º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #97090E is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB151914-
CMYK00.940.910.41
HSL357.89º88.75%31.37%-
HSV(B)357.89º94.04%59.22%-
XYZ12.946.811.05-
YUV52.03106.54198.59-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 86.78%
GREEN value IS 9 (3.91% from 255) = 5.17%
BLUE value IS 14 (5.86% from 255) = 8.05%
R=86.78%
G=5.17%
B=8.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15191400.940.910.41357.8988.7531.37
Hex979E05E5B29166591f
Octal227111601361335154613137
Binary1001011110011110010111101011011101001101100110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97090E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97090E; }

 p { color: rgb(151,9,14); }

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

<style>
 a { background-color: #97090E; }

 a { background-color: rgb(151,9,14); }

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

<style>
 span { border-color: #97090E; }

 span { border-color: rgb(151,9,14); }

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