Shades of Sangria #8B1012
Tints of Sangria #8B1012
RGB
CMYK
RGB Variations
Color information
#8B1012 (or 0x8B1012) is known color: Sangria. HEX triplet: 8B, 10 and 12. RGB value is (139,16,18). Sum of RGB (Red+Green+Blue) = 139+16+18=173 (22% of max value = 765). Red value is 139 (54.69% from 255 or 80.35% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 18 (7.42% from 255 or 10.40% from 173); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1012 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B1012 is #74EFED. Grayscale: #353535. Windows color (decimal): -7663598 or 1183883. OLE color: 1183883.
HSL color Cylindrical-coordinate representation of color #8B1012: hue angle of 359.02º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B1012 is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 16 | 18 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.45 |
| HSL | 359.02º | 0.79% | 0.3% | - |
| HSV(B) | 359.02º | 0.88% | 0.55% | - |
| XYZ | 10.94 | 5.9 | 1.13 | - |
| YUV | 53.01 | 108.25 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 16 | 18 | 0 | 0.88 | 0.87 | 0.45 | 359.02 | 0.79 | 0.3 |
| Hex | 8B | 10 | 12 | 0 | 58 | 57 | 2D | 167 | 4F | 1E |
| Octal | 213 | 20 | 22 | 0 | 130 | 127 | 55 | 547 | 117 | 36 |
| Binary | 10001011 | 10000 | 10010 | 0 | 1011000 | 1010111 | 101101 | 101100111 | 1001111 | 11110 |
Color Harmonies of #8B1012
Complementary color
Monochromatic Colors of #8B1012
Black with #8B1012
Text Example
Text Example
White with #8B1012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1012; }
p { color: rgb(139,16,18); }
H1.HeaderClassName
{
color: #8B1012;
}
.AnyTagClassName
{
color: #8B1012;
}
</style>
background-color css
<style>
a { background-color: #8B1012; }
a { background-color: rgb(139,16,18); }
div.DivClassName
{
background-color: #8B1012;
}
.BgClassName
{
background-color: #8B1012;
}
</style>
border-color css
<style>
span { border-color: #8B1012; }
span { border-color: rgb(139,16,18); }
td.TdClassName
{
border-color: #8B1012;
}
.TagClassName
{
border-color: #8B1012;
}
</style>