Shades of Sangria #851012
Tints of Sangria #851012
RGB
CMYK
RGB Variations
Color information
#851012 (or 0x851012) is known color: Sangria. HEX triplet: 85, 10 and 12. RGB value is (133,16,18). Sum of RGB (Red+Green+Blue) = 133+16+18=167 (22% of max value = 765). Red value is 133 (52.34% from 255 or 79.64% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 18 (7.42% from 255 or 10.78% from 167); Max value from RGB is 133 - color contains mainly: red. Hex color #851012 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851012 is #7AEFED. Grayscale: #333333. Windows color (decimal): -8056814 or 1183877. OLE color: 1183877.
HSL color Cylindrical-coordinate representation of color #851012: hue angle of 358.97º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #851012 is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 16 | 18 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.48 |
| HSL | 358.97º | 0.79% | 0.29% | - |
| HSV(B) | 358.97º | 0.88% | 0.52% | - |
| XYZ | 9.97 | 5.4 | 1.09 | - |
| YUV | 51.21 | 109.26 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 16 | 18 | 0 | 0.88 | 0.86 | 0.48 | 358.97 | 0.79 | 0.29 |
| Hex | 85 | 10 | 12 | 0 | 58 | 56 | 30 | 167 | 4F | 1D |
| Octal | 205 | 20 | 22 | 0 | 130 | 126 | 60 | 547 | 117 | 35 |
| Binary | 10000101 | 10000 | 10010 | 0 | 1011000 | 1010110 | 110000 | 101100111 | 1001111 | 11101 |
Color Harmonies of #851012
Complementary color
Monochromatic Colors of #851012
Black with #851012
Text Example
Text Example
White with #851012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851012; }
p { color: rgb(133,16,18); }
H1.HeaderClassName
{
color: #851012;
}
.AnyTagClassName
{
color: #851012;
}
</style>
background-color css
<style>
a { background-color: #851012; }
a { background-color: rgb(133,16,18); }
div.DivClassName
{
background-color: #851012;
}
.BgClassName
{
background-color: #851012;
}
</style>
border-color css
<style>
span { border-color: #851012; }
span { border-color: rgb(133,16,18); }
td.TdClassName
{
border-color: #851012;
}
.TagClassName
{
border-color: #851012;
}
</style>