Shades of Sangria #8B020E
Tints of Sangria #8B020E
RGB
CMYK
RGB Variations
Color information
#8B020E (or 0x8B020E) is known color: Sangria. HEX triplet: 8B, 02 and 0E. RGB value is (139,2,14). Sum of RGB (Red+Green+Blue) = 139+2+14=155 (20% of max value = 765). Red value is 139 (54.69% from 255 or 89.68% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 14 (5.86% from 255 or 9.03% from 155); Max value from RGB is 139 - color contains mainly: red. Hex color #8B020E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B020E is #74FDF1. Grayscale: #2C2C2C. Windows color (decimal): -7667186 or 918155. OLE color: 918155.
HSL color Cylindrical-coordinate representation of color #8B020E: hue angle of 354.74º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B020E is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 2 | 14 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.45 |
| HSL | 354.74º | 0.97% | 0.28% | - |
| HSV(B) | 354.74º | 0.99% | 0.55% | - |
| XYZ | 10.75 | 5.56 | 0.92 | - |
| YUV | 44.33 | 110.89 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 2 | 14 | 0 | 0.99 | 0.90 | 0.45 | 354.74 | 0.97 | 0.28 |
| Hex | 8B | 2 | E | 0 | 63 | 5A | 2D | 163 | 61 | 1C |
| Octal | 213 | 2 | 16 | 0 | 143 | 132 | 55 | 543 | 141 | 34 |
| Binary | 10001011 | 10 | 1110 | 0 | 1100011 | 1011010 | 101101 | 101100011 | 1100001 | 11100 |
Color Harmonies of #8B020E
Complementary color
Monochromatic Colors of #8B020E
Black with #8B020E
Text Example
Text Example
White with #8B020E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B020E; }
p { color: rgb(139,2,14); }
H1.HeaderClassName
{
color: #8B020E;
}
.AnyTagClassName
{
color: #8B020E;
}
</style>
background-color css
<style>
a { background-color: #8B020E; }
a { background-color: rgb(139,2,14); }
div.DivClassName
{
background-color: #8B020E;
}
.BgClassName
{
background-color: #8B020E;
}
</style>
border-color css
<style>
span { border-color: #8B020E; }
span { border-color: rgb(139,2,14); }
td.TdClassName
{
border-color: #8B020E;
}
.TagClassName
{
border-color: #8B020E;
}
</style>