Shades of Sangria #8B1214
Tints of Sangria #8B1214
RGB
CMYK
RGB Variations
Color information
#8B1214 (or 0x8B1214) is known color: Sangria. HEX triplet: 8B, 12 and 14. RGB value is (139,18,20). Sum of RGB (Red+Green+Blue) = 139+18+20=177 (23% of max value = 765). Red value is 139 (54.69% from 255 or 78.53% from 177); Green value is 18 (7.42% from 255 or 10.17% from 177); Blue value is 20 (8.20% from 255 or 11.30% from 177); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1214 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B1214 is #74EDEB. Grayscale: #363636. Windows color (decimal): -7663084 or 1315467. OLE color: 1315467.
HSL color Cylindrical-coordinate representation of color #8B1214: hue angle of 359.01º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8B1214 is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 18 | 20 | - |
| CMYK | 0 | 0.87 | 0.86 | 0.45 |
| HSL | 359.01º | 0.77% | 0.31% | - |
| HSV(B) | 359.01º | 0.87% | 0.55% | - |
| XYZ | 10.99 | 5.97 | 1.24 | - |
| YUV | 54.41 | 108.59 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 18 | 20 | 0 | 0.87 | 0.86 | 0.45 | 359.01 | 0.77 | 0.31 |
| Hex | 8B | 12 | 14 | 0 | 57 | 56 | 2D | 167 | 4D | 1F |
| Octal | 213 | 22 | 24 | 0 | 127 | 126 | 55 | 547 | 115 | 37 |
| Binary | 10001011 | 10010 | 10100 | 0 | 1010111 | 1010110 | 101101 | 101100111 | 1001101 | 11111 |
Color Harmonies of #8B1214
Complementary color
Monochromatic Colors of #8B1214
Black with #8B1214
Text Example
Text Example
White with #8B1214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1214; }
p { color: rgb(139,18,20); }
H1.HeaderClassName
{
color: #8B1214;
}
.AnyTagClassName
{
color: #8B1214;
}
</style>
background-color css
<style>
a { background-color: #8B1214; }
a { background-color: rgb(139,18,20); }
div.DivClassName
{
background-color: #8B1214;
}
.BgClassName
{
background-color: #8B1214;
}
</style>
border-color css
<style>
span { border-color: #8B1214; }
span { border-color: rgb(139,18,20); }
td.TdClassName
{
border-color: #8B1214;
}
.TagClassName
{
border-color: #8B1214;
}
</style>