Shades of Sangria #8C090F
Tints of Sangria #8C090F
RGB
CMYK
RGB Variations
Color information
#8C090F (or 0x8C090F) is known color: Sangria. HEX triplet: 8C, 09 and 0F. RGB value is (140,9,15). Sum of RGB (Red+Green+Blue) = 140+9+15=164 (21% of max value = 765). Red value is 140 (55.08% from 255 or 85.37% from 164); Green value is 9 (3.91% from 255 or 5.49% from 164); Blue value is 15 (6.25% from 255 or 9.15% from 164); Max value from RGB is 140 - color contains mainly: red. Hex color #8C090F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C090F is #73F6F0. Grayscale: #303030. Windows color (decimal): -7599857 or 985484. OLE color: 985484.
HSL color Cylindrical-coordinate representation of color #8C090F: hue angle of 357.25º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C090F is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 9 | 15 | - |
| CMYK | 0 | 0.94 | 0.89 | 0.45 |
| HSL | 357.25º | 0.88% | 0.29% | - |
| HSV(B) | 357.25º | 0.94% | 0.55% | - |
| XYZ | 11 | 5.81 | 0.99 | - |
| YUV | 48.85 | 108.9 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 9 | 15 | 0 | 0.94 | 0.89 | 0.45 | 357.25 | 0.88 | 0.29 |
| Hex | 8C | 9 | F | 0 | 5E | 59 | 2D | 165 | 58 | 1D |
| Octal | 214 | 11 | 17 | 0 | 136 | 131 | 55 | 545 | 130 | 35 |
| Binary | 10001100 | 1001 | 1111 | 0 | 1011110 | 1011001 | 101101 | 101100101 | 1011000 | 11101 |
Color Harmonies of #8C090F
Complementary color
Monochromatic Colors of #8C090F
Black with #8C090F
Text Example
Text Example
White with #8C090F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C090F; }
p { color: rgb(140,9,15); }
H1.HeaderClassName
{
color: #8C090F;
}
.AnyTagClassName
{
color: #8C090F;
}
</style>
background-color css
<style>
a { background-color: #8C090F; }
a { background-color: rgb(140,9,15); }
div.DivClassName
{
background-color: #8C090F;
}
.BgClassName
{
background-color: #8C090F;
}
</style>
border-color css
<style>
span { border-color: #8C090F; }
span { border-color: rgb(140,9,15); }
td.TdClassName
{
border-color: #8C090F;
}
.TagClassName
{
border-color: #8C090F;
}
</style>