Shades of Sangria #8C0708
Tints of Sangria #8C0708
RGB
CMYK
RGB Variations
Color information
#8C0708 (or 0x8C0708) is known color: Sangria. HEX triplet: 8C, 07 and 08. RGB value is (140,7,8). Sum of RGB (Red+Green+Blue) = 140+7+8=155 (20% of max value = 765). Red value is 140 (55.08% from 255 or 90.32% from 155); Green value is 7 (3.12% from 255 or 4.52% from 155); Blue value is 8 (3.52% from 255 or 5.16% from 155); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0708 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0708 is #73F8F7. Grayscale: #2F2F2F. Windows color (decimal): -7600376 or 526220. OLE color: 526220.
HSL color Cylindrical-coordinate representation of color #8C0708: hue angle of 359.55º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C0708 is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 7 | 8 | - |
| CMYK | 0 | 0.95 | 0.94 | 0.45 |
| HSL | 359.55º | 0.9% | 0.29% | - |
| HSV(B) | 359.55º | 0.95% | 0.55% | - |
| XYZ | 10.94 | 5.74 | 0.76 | - |
| YUV | 46.88 | 106.06 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 7 | 8 | 0 | 0.95 | 0.94 | 0.45 | 359.55 | 0.9 | 0.29 |
| Hex | 8C | 7 | 8 | 0 | 5F | 5E | 2D | 168 | 5A | 1D |
| Octal | 214 | 7 | 10 | 0 | 137 | 136 | 55 | 550 | 132 | 35 |
| Binary | 10001100 | 111 | 1000 | 0 | 1011111 | 1011110 | 101101 | 101101000 | 1011010 | 11101 |
Color Harmonies of #8C0708
Complementary color
Monochromatic Colors of #8C0708
Black with #8C0708
Text Example
Text Example
White with #8C0708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0708; }
p { color: rgb(140,7,8); }
H1.HeaderClassName
{
color: #8C0708;
}
.AnyTagClassName
{
color: #8C0708;
}
</style>
background-color css
<style>
a { background-color: #8C0708; }
a { background-color: rgb(140,7,8); }
div.DivClassName
{
background-color: #8C0708;
}
.BgClassName
{
background-color: #8C0708;
}
</style>
border-color css
<style>
span { border-color: #8C0708; }
span { border-color: rgb(140,7,8); }
td.TdClassName
{
border-color: #8C0708;
}
.TagClassName
{
border-color: #8C0708;
}
</style>