Shades of Sangria #8E0208
Tints of Sangria #8E0208
RGB
CMYK
RGB Variations
Color information
#8E0208 (or 0x8E0208) is known color: Sangria. HEX triplet: 8E, 02 and 08. RGB value is (142,2,8). Sum of RGB (Red+Green+Blue) = 142+2+8=152 (20% of max value = 765). Red value is 142 (55.86% from 255 or 93.42% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 8 (3.52% from 255 or 5.26% from 152); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0208 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0208 is #71FDF7. Grayscale: #2C2C2C. Windows color (decimal): -7470584 or 524942. OLE color: 524942.
HSL color Cylindrical-coordinate representation of color #8E0208: hue angle of 357.43º 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 #8E0208 is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 2 | 8 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.44 |
| HSL | 357.43º | 0.97% | 0.28% | - |
| HSV(B) | 357.43º | 0.99% | 0.56% | - |
| XYZ | 11.22 | 5.81 | 0.76 | - |
| YUV | 44.54 | 107.38 | 197.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 2 | 8 | 0 | 0.99 | 0.94 | 0.44 | 357.43 | 0.97 | 0.28 |
| Hex | 8E | 2 | 8 | 0 | 63 | 5E | 2C | 165 | 61 | 1C |
| Octal | 216 | 2 | 10 | 0 | 143 | 136 | 54 | 545 | 141 | 34 |
| Binary | 10001110 | 10 | 1000 | 0 | 1100011 | 1011110 | 101100 | 101100101 | 1100001 | 11100 |
Color Harmonies of #8E0208
Complementary color
Monochromatic Colors of #8E0208
Black with #8E0208
Text Example
Text Example
White with #8E0208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0208; }
p { color: rgb(142,2,8); }
H1.HeaderClassName
{
color: #8E0208;
}
.AnyTagClassName
{
color: #8E0208;
}
</style>
background-color css
<style>
a { background-color: #8E0208; }
a { background-color: rgb(142,2,8); }
div.DivClassName
{
background-color: #8E0208;
}
.BgClassName
{
background-color: #8E0208;
}
</style>
border-color css
<style>
span { border-color: #8E0208; }
span { border-color: rgb(142,2,8); }
td.TdClassName
{
border-color: #8E0208;
}
.TagClassName
{
border-color: #8E0208;
}
</style>