Shades of Sangria #8E0207
Tints of Sangria #8E0207
RGB
CMYK
RGB Variations
Color information
#8E0207 (or 0x8E0207) is known color: Sangria. HEX triplet: 8E, 02 and 07. RGB value is (142,2,7). Sum of RGB (Red+Green+Blue) = 142+2+7=151 (20% of max value = 765). Red value is 142 (55.86% from 255 or 94.04% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 7 (3.12% from 255 or 4.64% from 151); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0207 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0207 is #71FDF8. Grayscale: #2C2C2C. Windows color (decimal): -7470585 or 459406. OLE color: 459406.
HSL color Cylindrical-coordinate representation of color #8E0207: hue angle of 357.86º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8E0207 is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 2 | 7 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.44 |
| HSL | 357.86º | 0.97% | 0.28% | - |
| HSV(B) | 357.86º | 0.99% | 0.56% | - |
| XYZ | 11.22 | 5.81 | 0.73 | - |
| YUV | 44.43 | 106.88 | 197.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 2 | 7 | 0 | 0.99 | 0.95 | 0.44 | 357.86 | 0.97 | 0.28 |
| Hex | 8E | 2 | 7 | 0 | 63 | 5F | 2C | 166 | 61 | 1C |
| Octal | 216 | 2 | 7 | 0 | 143 | 137 | 54 | 546 | 141 | 34 |
| Binary | 10001110 | 10 | 111 | 0 | 1100011 | 1011111 | 101100 | 101100110 | 1100001 | 11100 |
Color Harmonies of #8E0207
Complementary color
Monochromatic Colors of #8E0207
Black with #8E0207
Text Example
Text Example
White with #8E0207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0207; }
p { color: rgb(142,2,7); }
H1.HeaderClassName
{
color: #8E0207;
}
.AnyTagClassName
{
color: #8E0207;
}
</style>
background-color css
<style>
a { background-color: #8E0207; }
a { background-color: rgb(142,2,7); }
div.DivClassName
{
background-color: #8E0207;
}
.BgClassName
{
background-color: #8E0207;
}
</style>
border-color css
<style>
span { border-color: #8E0207; }
span { border-color: rgb(142,2,7); }
td.TdClassName
{
border-color: #8E0207;
}
.TagClassName
{
border-color: #8E0207;
}
</style>