Shades of Sangria #850612
Tints of Sangria #850612
RGB
CMYK
RGB Variations
Color information
#850612 (or 0x850612) is known color: Sangria. HEX triplet: 85, 06 and 12. RGB value is (133,6,18). Sum of RGB (Red+Green+Blue) = 133+6+18=157 (20% of max value = 765). Red value is 133 (52.34% from 255 or 84.71% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 18 (7.42% from 255 or 11.46% from 157); Max value from RGB is 133 - color contains mainly: red. Hex color #850612 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850612 is #7AF9ED. Grayscale: #2D2D2D. Windows color (decimal): -8059374 or 1181317. OLE color: 1181317.
HSL color Cylindrical-coordinate representation of color #850612: hue angle of 354.33º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850612 is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 6 | 18 | - |
| CMYK | 0 | 0.95 | 0.86 | 0.48 |
| HSL | 354.33º | 0.91% | 0.27% | - |
| HSV(B) | 354.33º | 0.95% | 0.52% | - |
| XYZ | 9.85 | 5.16 | 1.05 | - |
| YUV | 45.34 | 112.58 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 6 | 18 | 0 | 0.95 | 0.86 | 0.48 | 354.33 | 0.91 | 0.27 |
| Hex | 85 | 6 | 12 | 0 | 5F | 56 | 30 | 162 | 5B | 1B |
| Octal | 205 | 6 | 22 | 0 | 137 | 126 | 60 | 542 | 133 | 33 |
| Binary | 10000101 | 110 | 10010 | 0 | 1011111 | 1010110 | 110000 | 101100010 | 1011011 | 11011 |
Color Harmonies of #850612
Complementary color
Monochromatic Colors of #850612
Black with #850612
Text Example
Text Example
White with #850612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850612; }
p { color: rgb(133,6,18); }
H1.HeaderClassName
{
color: #850612;
}
.AnyTagClassName
{
color: #850612;
}
</style>
background-color css
<style>
a { background-color: #850612; }
a { background-color: rgb(133,6,18); }
div.DivClassName
{
background-color: #850612;
}
.BgClassName
{
background-color: #850612;
}
</style>
border-color css
<style>
span { border-color: #850612; }
span { border-color: rgb(133,6,18); }
td.TdClassName
{
border-color: #850612;
}
.TagClassName
{
border-color: #850612;
}
</style>