Shades of Sangria #841012
Tints of Sangria #841012
RGB
CMYK
RGB Variations
Color information
#841012 (or 0x841012) is known color: Sangria. HEX triplet: 84, 10 and 12. RGB value is (132,16,18). Sum of RGB (Red+Green+Blue) = 132+16+18=166 (21% of max value = 765). Red value is 132 (51.95% from 255 or 79.52% from 166); Green value is 16 (6.64% from 255 or 9.64% from 166); Blue value is 18 (7.42% from 255 or 10.84% from 166); Max value from RGB is 132 - color contains mainly: red. Hex color #841012 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841012 is #7BEFED. Grayscale: #333333. Windows color (decimal): -8122350 or 1183876. OLE color: 1183876.
HSL color Cylindrical-coordinate representation of color #841012: hue angle of 358.97º degrees, saturation: 0.78, 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 #841012 is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 16 | 18 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.48 |
| HSL | 358.97º | 0.78% | 0.29% | - |
| HSV(B) | 358.97º | 0.88% | 0.52% | - |
| XYZ | 9.81 | 5.32 | 1.08 | - |
| YUV | 50.91 | 109.43 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 16 | 18 | 0 | 0.88 | 0.86 | 0.48 | 358.97 | 0.78 | 0.29 |
| Hex | 84 | 10 | 12 | 0 | 58 | 56 | 30 | 167 | 4E | 1D |
| Octal | 204 | 20 | 22 | 0 | 130 | 126 | 60 | 547 | 116 | 35 |
| Binary | 10000100 | 10000 | 10010 | 0 | 1011000 | 1010110 | 110000 | 101100111 | 1001110 | 11101 |
Color Harmonies of #841012
Complementary color
Monochromatic Colors of #841012
Black with #841012
Text Example
Text Example
White with #841012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841012; }
p { color: rgb(132,16,18); }
H1.HeaderClassName
{
color: #841012;
}
.AnyTagClassName
{
color: #841012;
}
</style>
background-color css
<style>
a { background-color: #841012; }
a { background-color: rgb(132,16,18); }
div.DivClassName
{
background-color: #841012;
}
.BgClassName
{
background-color: #841012;
}
</style>
border-color css
<style>
span { border-color: #841012; }
span { border-color: rgb(132,16,18); }
td.TdClassName
{
border-color: #841012;
}
.TagClassName
{
border-color: #841012;
}
</style>