Shades of Sangria #84020C
Tints of Sangria #84020C
RGB
CMYK
RGB Variations
Color information
#84020C (or 0x84020C) is known color: Sangria. HEX triplet: 84, 02 and 0C. RGB value is (132,2,12). Sum of RGB (Red+Green+Blue) = 132+2+12=146 (19% of max value = 765). Red value is 132 (51.95% from 255 or 90.41% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 12 (5.08% from 255 or 8.22% from 146); Max value from RGB is 132 - color contains mainly: red. Hex color #84020C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #84020C is #7BFDF3. Grayscale: #2A2A2A. Windows color (decimal): -8125940 or 787076. OLE color: 787076.
HSL color Cylindrical-coordinate representation of color #84020C: hue angle of 355.38º 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 #84020C is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 2 | 12 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.48 |
| HSL | 355.38º | 0.97% | 0.26% | - |
| HSV(B) | 355.38º | 0.98% | 0.52% | - |
| XYZ | 9.6 | 4.98 | 0.8 | - |
| YUV | 42.01 | 111.07 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 2 | 12 | 0 | 0.98 | 0.91 | 0.48 | 355.38 | 0.97 | 0.26 |
| Hex | 84 | 2 | C | 0 | 62 | 5B | 30 | 163 | 61 | 1A |
| Octal | 204 | 2 | 14 | 0 | 142 | 133 | 60 | 543 | 141 | 32 |
| Binary | 10000100 | 10 | 1100 | 0 | 1100010 | 1011011 | 110000 | 101100011 | 1100001 | 11010 |
Color Harmonies of #84020C
Complementary color
Monochromatic Colors of #84020C
Black with #84020C
Text Example
Text Example
White with #84020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84020C; }
p { color: rgb(132,2,12); }
H1.HeaderClassName
{
color: #84020C;
}
.AnyTagClassName
{
color: #84020C;
}
</style>
background-color css
<style>
a { background-color: #84020C; }
a { background-color: rgb(132,2,12); }
div.DivClassName
{
background-color: #84020C;
}
.BgClassName
{
background-color: #84020C;
}
</style>
border-color css
<style>
span { border-color: #84020C; }
span { border-color: rgb(132,2,12); }
td.TdClassName
{
border-color: #84020C;
}
.TagClassName
{
border-color: #84020C;
}
</style>