#97090F

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

Shades of Sangria #97090F

Tints of Sangria #97090F

Color information

#97090F (or 0x97090F) is unknown color: approx Sangria. HEX triplet: 97, 09 and 0F. RGB value is (151,9,15). Sum of RGB (Red+Green+Blue) = 151+9+15=175 (23% of max value = 765). Red value is 151 (59.38% from 255 or 86.29% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 151 - color contains mainly: red. Hex color #97090F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #97090F is #68F6F0. Grayscale: #343434. Windows color (decimal): -6878961 or 985495. OLE color: 985495.

HSL color Cylindrical-coordinate representation of color #97090F: hue angle of 357.46º 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 #97090F is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.41.

Color convert

RGB151915-
CMYK00.940.900.41
HSL357.46º88.75%31.37%-
HSV(B)357.46º94.04%59.22%-
XYZ12.956.811.08-
YUV52.14107.04198.51-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 86.29%
GREEN value IS 9 (3.91% from 255) = 5.14%
BLUE value IS 15 (6.25% from 255) = 8.57%
R=86.29%
G=5.14%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.90
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15191500.940.900.41357.4688.7531.37
Hex979F05E5A29165591f
Octal227111701361325154513137
Binary1001011110011111010111101011010101001101100101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97090F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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