Shades of Sangria #8C030E
Tints of Sangria #8C030E
RGB
CMYK
RGB Variations
Color information
#8C030E (or 0x8C030E) is known color: Sangria. HEX triplet: 8C, 03 and 0E. RGB value is (140,3,14). Sum of RGB (Red+Green+Blue) = 140+3+14=157 (20% of max value = 765). Red value is 140 (55.08% from 255 or 89.17% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 14 (5.86% from 255 or 8.92% from 157); Max value from RGB is 140 - color contains mainly: red. Hex color #8C030E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C030E is #73FCF1. Grayscale: #2D2D2D. Windows color (decimal): -7601394 or 918412. OLE color: 918412.
HSL color Cylindrical-coordinate representation of color #8C030E: hue angle of 355.18º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8C030E is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 3 | 14 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.45 |
| HSL | 355.18º | 0.96% | 0.28% | - |
| HSV(B) | 355.18º | 0.98% | 0.55% | - |
| XYZ | 10.93 | 5.67 | 0.93 | - |
| YUV | 45.22 | 110.39 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 3 | 14 | 0 | 0.98 | 0.90 | 0.45 | 355.18 | 0.96 | 0.28 |
| Hex | 8C | 3 | E | 0 | 62 | 5A | 2D | 163 | 60 | 1C |
| Octal | 214 | 3 | 16 | 0 | 142 | 132 | 55 | 543 | 140 | 34 |
| Binary | 10001100 | 11 | 1110 | 0 | 1100010 | 1011010 | 101101 | 101100011 | 1100000 | 11100 |
Color Harmonies of #8C030E
Complementary color
Monochromatic Colors of #8C030E
Black with #8C030E
Text Example
Text Example
White with #8C030E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C030E; }
p { color: rgb(140,3,14); }
H1.HeaderClassName
{
color: #8C030E;
}
.AnyTagClassName
{
color: #8C030E;
}
</style>
background-color css
<style>
a { background-color: #8C030E; }
a { background-color: rgb(140,3,14); }
div.DivClassName
{
background-color: #8C030E;
}
.BgClassName
{
background-color: #8C030E;
}
</style>
border-color css
<style>
span { border-color: #8C030E; }
span { border-color: rgb(140,3,14); }
td.TdClassName
{
border-color: #8C030E;
}
.TagClassName
{
border-color: #8C030E;
}
</style>