Shades of Sangria #851011
Tints of Sangria #851011
RGB
CMYK
RGB Variations
Color information
#851011 (or 0x851011) is known color: Sangria. HEX triplet: 85, 10 and 11. RGB value is (133,16,17). Sum of RGB (Red+Green+Blue) = 133+16+17=166 (21% of max value = 765). Red value is 133 (52.34% from 255 or 80.12% from 166); Green value is 16 (6.64% from 255 or 9.64% from 166); Blue value is 17 (7.03% from 255 or 10.24% from 166); Max value from RGB is 133 - color contains mainly: red. Hex color #851011 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851011 is #7AEFEE. Grayscale: #333333. Windows color (decimal): -8056815 or 1118341. OLE color: 1118341.
HSL color Cylindrical-coordinate representation of color #851011: hue angle of 359.49º 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 #851011 is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 16 | 17 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.48 |
| HSL | 359.49º | 0.79% | 0.29% | - |
| HSV(B) | 359.49º | 0.88% | 0.52% | - |
| XYZ | 9.96 | 5.4 | 1.05 | - |
| YUV | 51.1 | 108.76 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 16 | 17 | 0 | 0.88 | 0.87 | 0.48 | 359.49 | 0.79 | 0.29 |
| Hex | 85 | 10 | 11 | 0 | 58 | 57 | 30 | 167 | 4F | 1D |
| Octal | 205 | 20 | 21 | 0 | 130 | 127 | 60 | 547 | 117 | 35 |
| Binary | 10000101 | 10000 | 10001 | 0 | 1011000 | 1010111 | 110000 | 101100111 | 1001111 | 11101 |
Color Harmonies of #851011
Complementary color
Monochromatic Colors of #851011
Black with #851011
Text Example
Text Example
White with #851011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851011; }
p { color: rgb(133,16,17); }
H1.HeaderClassName
{
color: #851011;
}
.AnyTagClassName
{
color: #851011;
}
</style>
background-color css
<style>
a { background-color: #851011; }
a { background-color: rgb(133,16,17); }
div.DivClassName
{
background-color: #851011;
}
.BgClassName
{
background-color: #851011;
}
</style>
border-color css
<style>
span { border-color: #851011; }
span { border-color: rgb(133,16,17); }
td.TdClassName
{
border-color: #851011;
}
.TagClassName
{
border-color: #851011;
}
</style>