Shades of Sangria #84010A
Tints of Sangria #84010A
RGB
CMYK
RGB Variations
Color information
#84010A (or 0x84010A) is known color: Sangria. HEX triplet: 84, 01 and 0A. RGB value is (132,1,10). Sum of RGB (Red+Green+Blue) = 132+1+10=143 (18% of max value = 765). Red value is 132 (51.95% from 255 or 92.31% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 10 (4.30% from 255 or 6.99% from 143); Max value from RGB is 132 - color contains mainly: red. Hex color #84010A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #84010A is #7BFEF5. Grayscale: #292929. Windows color (decimal): -8126198 or 655748. OLE color: 655748.
HSL color Cylindrical-coordinate representation of color #84010A: hue angle of 355.88º 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 #84010A is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 1 | 10 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.48 |
| HSL | 355.88º | 0.98% | 0.26% | - |
| HSV(B) | 355.88º | 0.99% | 0.52% | - |
| XYZ | 9.58 | 4.95 | 0.74 | - |
| YUV | 41.2 | 110.4 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 1 | 10 | 0 | 0.99 | 0.92 | 0.48 | 355.88 | 0.98 | 0.26 |
| Hex | 84 | 1 | A | 0 | 63 | 5C | 30 | 164 | 62 | 1A |
| Octal | 204 | 1 | 12 | 0 | 143 | 134 | 60 | 544 | 142 | 32 |
| Binary | 10000100 | 1 | 1010 | 0 | 1100011 | 1011100 | 110000 | 101100100 | 1100010 | 11010 |
Color Harmonies of #84010A
Complementary color
Monochromatic Colors of #84010A
Black with #84010A
Text Example
Text Example
White with #84010A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84010A; }
p { color: rgb(132,1,10); }
H1.HeaderClassName
{
color: #84010A;
}
.AnyTagClassName
{
color: #84010A;
}
</style>
background-color css
<style>
a { background-color: #84010A; }
a { background-color: rgb(132,1,10); }
div.DivClassName
{
background-color: #84010A;
}
.BgClassName
{
background-color: #84010A;
}
</style>
border-color css
<style>
span { border-color: #84010A; }
span { border-color: rgb(132,1,10); }
td.TdClassName
{
border-color: #84010A;
}
.TagClassName
{
border-color: #84010A;
}
</style>