Shades of Sangria #84010C
Tints of Sangria #84010C
RGB
CMYK
RGB Variations
Color information
#84010C (or 0x84010C) is known color: Sangria. HEX triplet: 84, 01 and 0C. RGB value is (132,1,12). Sum of RGB (Red+Green+Blue) = 132+1+12=145 (19% of max value = 765). Red value is 132 (51.95% from 255 or 91.03% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 12 (5.08% from 255 or 8.28% from 145); Max value from RGB is 132 - color contains mainly: red. Hex color #84010C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #84010C is #7BFEF3. Grayscale: #292929. Windows color (decimal): -8126196 or 786820. OLE color: 786820.
HSL color Cylindrical-coordinate representation of color #84010C: hue angle of 354.96º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #84010C is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 1 | 12 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.48 |
| HSL | 354.96º | 0.98% | 0.26% | - |
| HSV(B) | 354.96º | 0.99% | 0.52% | - |
| XYZ | 9.59 | 4.95 | 0.8 | - |
| YUV | 41.42 | 111.4 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 1 | 12 | 0 | 0.99 | 0.91 | 0.48 | 354.96 | 0.98 | 0.26 |
| Hex | 84 | 1 | C | 0 | 63 | 5B | 30 | 163 | 62 | 1A |
| Octal | 204 | 1 | 14 | 0 | 143 | 133 | 60 | 543 | 142 | 32 |
| Binary | 10000100 | 1 | 1100 | 0 | 1100011 | 1011011 | 110000 | 101100011 | 1100010 | 11010 |
Color Harmonies of #84010C
Complementary color
Monochromatic Colors of #84010C
Black with #84010C
Text Example
Text Example
White with #84010C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84010C; }
p { color: rgb(132,1,12); }
H1.HeaderClassName
{
color: #84010C;
}
.AnyTagClassName
{
color: #84010C;
}
</style>
background-color css
<style>
a { background-color: #84010C; }
a { background-color: rgb(132,1,12); }
div.DivClassName
{
background-color: #84010C;
}
.BgClassName
{
background-color: #84010C;
}
</style>
border-color css
<style>
span { border-color: #84010C; }
span { border-color: rgb(132,1,12); }
td.TdClassName
{
border-color: #84010C;
}
.TagClassName
{
border-color: #84010C;
}
</style>