Shades of Sangria #840206
Tints of Sangria #840206
RGB
CMYK
RGB Variations
Color information
#840206 (or 0x840206) is known color: Sangria. HEX triplet: 84, 02 and 06. RGB value is (132,2,6). Sum of RGB (Red+Green+Blue) = 132+2+6=140 (18% of max value = 765). Red value is 132 (51.95% from 255 or 94.29% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 6 (2.73% from 255 or 4.29% from 140); Max value from RGB is 132 - color contains mainly: red. Hex color #840206 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840206 is #7BFDF9. Grayscale: #292929. Windows color (decimal): -8125946 or 393860. OLE color: 393860.
HSL color Cylindrical-coordinate representation of color #840206: hue angle of 358.15º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #840206 is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 2 | 6 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.48 |
| HSL | 358.15º | 0.97% | 0.26% | - |
| HSV(B) | 358.15º | 0.98% | 0.52% | - |
| XYZ | 9.57 | 4.96 | 0.63 | - |
| YUV | 41.33 | 108.07 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 2 | 6 | 0 | 0.98 | 0.95 | 0.48 | 358.15 | 0.97 | 0.26 |
| Hex | 84 | 2 | 6 | 0 | 62 | 5F | 30 | 166 | 61 | 1A |
| Octal | 204 | 2 | 6 | 0 | 142 | 137 | 60 | 546 | 141 | 32 |
| Binary | 10000100 | 10 | 110 | 0 | 1100010 | 1011111 | 110000 | 101100110 | 1100001 | 11010 |
Color Harmonies of #840206
Complementary color
Monochromatic Colors of #840206
Black with #840206
Text Example
Text Example
White with #840206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840206; }
p { color: rgb(132,2,6); }
H1.HeaderClassName
{
color: #840206;
}
.AnyTagClassName
{
color: #840206;
}
</style>
background-color css
<style>
a { background-color: #840206; }
a { background-color: rgb(132,2,6); }
div.DivClassName
{
background-color: #840206;
}
.BgClassName
{
background-color: #840206;
}
</style>
border-color css
<style>
span { border-color: #840206; }
span { border-color: rgb(132,2,6); }
td.TdClassName
{
border-color: #840206;
}
.TagClassName
{
border-color: #840206;
}
</style>