Shades of Sangria #8C080F
Tints of Sangria #8C080F
RGB
CMYK
RGB Variations
Color information
#8C080F (or 0x8C080F) is known color: Sangria. HEX triplet: 8C, 08 and 0F. RGB value is (140,8,15). Sum of RGB (Red+Green+Blue) = 140+8+15=163 (21% of max value = 765). Red value is 140 (55.08% from 255 or 85.89% from 163); Green value is 8 (3.52% from 255 or 4.91% from 163); Blue value is 15 (6.25% from 255 or 9.20% from 163); Max value from RGB is 140 - color contains mainly: red. Hex color #8C080F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C080F is #73F7F0. Grayscale: #303030. Windows color (decimal): -7600113 or 985228. OLE color: 985228.
HSL color Cylindrical-coordinate representation of color #8C080F: hue angle of 356.82º degrees, saturation: 0.89, 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 #8C080F is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 8 | 15 | - |
| CMYK | 0 | 0.94 | 0.89 | 0.45 |
| HSL | 356.82º | 0.89% | 0.29% | - |
| HSV(B) | 356.82º | 0.94% | 0.55% | - |
| XYZ | 10.99 | 5.78 | 0.99 | - |
| YUV | 48.27 | 109.23 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 8 | 15 | 0 | 0.94 | 0.89 | 0.45 | 356.82 | 0.89 | 0.29 |
| Hex | 8C | 8 | F | 0 | 5E | 59 | 2D | 165 | 59 | 1D |
| Octal | 214 | 10 | 17 | 0 | 136 | 131 | 55 | 545 | 131 | 35 |
| Binary | 10001100 | 1000 | 1111 | 0 | 1011110 | 1011001 | 101101 | 101100101 | 1011001 | 11101 |
Color Harmonies of #8C080F
Complementary color
Monochromatic Colors of #8C080F
Black with #8C080F
Text Example
Text Example
White with #8C080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C080F; }
p { color: rgb(140,8,15); }
H1.HeaderClassName
{
color: #8C080F;
}
.AnyTagClassName
{
color: #8C080F;
}
</style>
background-color css
<style>
a { background-color: #8C080F; }
a { background-color: rgb(140,8,15); }
div.DivClassName
{
background-color: #8C080F;
}
.BgClassName
{
background-color: #8C080F;
}
</style>
border-color css
<style>
span { border-color: #8C080F; }
span { border-color: rgb(140,8,15); }
td.TdClassName
{
border-color: #8C080F;
}
.TagClassName
{
border-color: #8C080F;
}
</style>