Shades of Sangria #840004
Tints of Sangria #840004
RGB
CMYK
RGB Variations
Color information
#840004 (or 0x840004) is known color: Sangria. HEX triplet: 84, 00 and 04. RGB value is (132,0,4). Sum of RGB (Red+Green+Blue) = 132+0+4=136 (18% of max value = 765). Red value is 132 (51.95% from 255 or 97.06% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 4 (1.95% from 255 or 2.94% from 136); Max value from RGB is 132 - color contains mainly: red. Hex color #840004 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840004 is #7BFFFB. Grayscale: #282828. Windows color (decimal): -8126460 or 262276. OLE color: 262276.
HSL color Cylindrical-coordinate representation of color #840004: hue angle of 358.18º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #840004 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 0 | 4 | - |
| CMYK | 0 | 1 | 0.97 | 0.48 |
| HSL | 358.18º | 1% | 0.26% | - |
| HSV(B) | 358.18º | 1% | 0.52% | - |
| XYZ | 9.54 | 4.91 | 0.56 | - |
| YUV | 39.92 | 107.73 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 0 | 4 | 0 | 1 | 0.97 | 0.48 | 358.18 | 1 | 0.26 |
| Hex | 84 | 0 | 4 | 0 | 64 | 61 | 30 | 166 | 64 | 1A |
| Octal | 204 | 0 | 4 | 0 | 144 | 141 | 60 | 546 | 144 | 32 |
| Binary | 10000100 | 0 | 100 | 0 | 1100100 | 1100001 | 110000 | 101100110 | 1100100 | 11010 |
Color Harmonies of #840004
Complementary color
Monochromatic Colors of #840004
Black with #840004
Text Example
Text Example
White with #840004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840004; }
p { color: rgb(132,0,4); }
H1.HeaderClassName
{
color: #840004;
}
.AnyTagClassName
{
color: #840004;
}
</style>
background-color css
<style>
a { background-color: #840004; }
a { background-color: rgb(132,0,4); }
div.DivClassName
{
background-color: #840004;
}
.BgClassName
{
background-color: #840004;
}
</style>
border-color css
<style>
span { border-color: #840004; }
span { border-color: rgb(132,0,4); }
td.TdClassName
{
border-color: #840004;
}
.TagClassName
{
border-color: #840004;
}
</style>