Shades of Sangria #8B0E15
Tints of Sangria #8B0E15
RGB
CMYK
RGB Variations
Color information
#8B0E15 (or 0x8B0E15) is known color: Sangria. HEX triplet: 8B, 0E and 15. RGB value is (139,14,21). Sum of RGB (Red+Green+Blue) = 139+14+21=174 (23% of max value = 765). Red value is 139 (54.69% from 255 or 79.89% from 174); Green value is 14 (5.86% from 255 or 8.05% from 174); Blue value is 21 (8.59% from 255 or 12.07% from 174); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0E15 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0E15 is #74F1EA. Grayscale: #343434. Windows color (decimal): -7664107 or 1379979. OLE color: 1379979.
HSL color Cylindrical-coordinate representation of color #8B0E15: hue angle of 356.64º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8B0E15 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 14 | 21 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.45 |
| HSL | 356.64º | 0.82% | 0.3% | - |
| HSV(B) | 356.64º | 0.9% | 0.55% | - |
| XYZ | 10.94 | 5.86 | 1.26 | - |
| YUV | 52.17 | 110.41 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 14 | 21 | 0 | 0.90 | 0.85 | 0.45 | 356.64 | 0.82 | 0.3 |
| Hex | 8B | E | 15 | 0 | 5A | 55 | 2D | 165 | 52 | 1E |
| Octal | 213 | 16 | 25 | 0 | 132 | 125 | 55 | 545 | 122 | 36 |
| Binary | 10001011 | 1110 | 10101 | 0 | 1011010 | 1010101 | 101101 | 101100101 | 1010010 | 11110 |
Color Harmonies of #8B0E15
Complementary color
Monochromatic Colors of #8B0E15
Black with #8B0E15
Text Example
Text Example
White with #8B0E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0E15; }
p { color: rgb(139,14,21); }
H1.HeaderClassName
{
color: #8B0E15;
}
.AnyTagClassName
{
color: #8B0E15;
}
</style>
background-color css
<style>
a { background-color: #8B0E15; }
a { background-color: rgb(139,14,21); }
div.DivClassName
{
background-color: #8B0E15;
}
.BgClassName
{
background-color: #8B0E15;
}
</style>
border-color css
<style>
span { border-color: #8B0E15; }
span { border-color: rgb(139,14,21); }
td.TdClassName
{
border-color: #8B0E15;
}
.TagClassName
{
border-color: #8B0E15;
}
</style>