Shades of Sangria #840B15
Tints of Sangria #840B15
RGB
CMYK
RGB Variations
Color information
#840B15 (or 0x840B15) is known color: Sangria. HEX triplet: 84, 0B and 15. RGB value is (132,11,21). Sum of RGB (Red+Green+Blue) = 132+11+21=164 (21% of max value = 765). Red value is 132 (51.95% from 255 or 80.49% from 164); Green value is 11 (4.69% from 255 or 6.71% from 164); Blue value is 21 (8.59% from 255 or 12.80% from 164); Max value from RGB is 132 - color contains mainly: red. Hex color #840B15 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840B15 is #7BF4EA. Grayscale: #303030. Windows color (decimal): -8123627 or 1379204. OLE color: 1379204.
HSL color Cylindrical-coordinate representation of color #840B15: hue angle of 355.04º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #840B15 is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 11 | 21 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.48 |
| HSL | 355.04º | 0.85% | 0.28% | - |
| HSV(B) | 355.04º | 0.92% | 0.52% | - |
| XYZ | 9.77 | 5.2 | 1.2 | - |
| YUV | 48.32 | 112.59 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 11 | 21 | 0 | 0.92 | 0.84 | 0.48 | 355.04 | 0.85 | 0.28 |
| Hex | 84 | B | 15 | 0 | 5C | 54 | 30 | 163 | 55 | 1C |
| Octal | 204 | 13 | 25 | 0 | 134 | 124 | 60 | 543 | 125 | 34 |
| Binary | 10000100 | 1011 | 10101 | 0 | 1011100 | 1010100 | 110000 | 101100011 | 1010101 | 11100 |
Color Harmonies of #840B15
Complementary color
Monochromatic Colors of #840B15
Black with #840B15
Text Example
Text Example
White with #840B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840B15; }
p { color: rgb(132,11,21); }
H1.HeaderClassName
{
color: #840B15;
}
.AnyTagClassName
{
color: #840B15;
}
</style>
background-color css
<style>
a { background-color: #840B15; }
a { background-color: rgb(132,11,21); }
div.DivClassName
{
background-color: #840B15;
}
.BgClassName
{
background-color: #840B15;
}
</style>
border-color css
<style>
span { border-color: #840B15; }
span { border-color: rgb(132,11,21); }
td.TdClassName
{
border-color: #840B15;
}
.TagClassName
{
border-color: #840B15;
}
</style>