Shades of Sangria #8C0508
Tints of Sangria #8C0508
RGB
CMYK
RGB Variations
Color information
#8C0508 (or 0x8C0508) is known color: Sangria. HEX triplet: 8C, 05 and 08. RGB value is (140,5,8). Sum of RGB (Red+Green+Blue) = 140+5+8=153 (20% of max value = 765). Red value is 140 (55.08% from 255 or 91.50% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 8 (3.52% from 255 or 5.23% from 153); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0508 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0508 is #73FAF7. Grayscale: #2D2D2D. Windows color (decimal): -7600888 or 525708. OLE color: 525708.
HSL color Cylindrical-coordinate representation of color #8C0508: hue angle of 358.67º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C0508 is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 5 | 8 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.45 |
| HSL | 358.67º | 0.93% | 0.28% | - |
| HSV(B) | 358.67º | 0.96% | 0.55% | - |
| XYZ | 10.91 | 5.7 | 0.76 | - |
| YUV | 45.71 | 106.73 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 5 | 8 | 0 | 0.96 | 0.94 | 0.45 | 358.67 | 0.93 | 0.28 |
| Hex | 8C | 5 | 8 | 0 | 60 | 5E | 2D | 167 | 5D | 1C |
| Octal | 214 | 5 | 10 | 0 | 140 | 136 | 55 | 547 | 135 | 34 |
| Binary | 10001100 | 101 | 1000 | 0 | 1100000 | 1011110 | 101101 | 101100111 | 1011101 | 11100 |
Color Harmonies of #8C0508
Complementary color
Monochromatic Colors of #8C0508
Black with #8C0508
Text Example
Text Example
White with #8C0508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0508; }
p { color: rgb(140,5,8); }
H1.HeaderClassName
{
color: #8C0508;
}
.AnyTagClassName
{
color: #8C0508;
}
</style>
background-color css
<style>
a { background-color: #8C0508; }
a { background-color: rgb(140,5,8); }
div.DivClassName
{
background-color: #8C0508;
}
.BgClassName
{
background-color: #8C0508;
}
</style>
border-color css
<style>
span { border-color: #8C0508; }
span { border-color: rgb(140,5,8); }
td.TdClassName
{
border-color: #8C0508;
}
.TagClassName
{
border-color: #8C0508;
}
</style>