Shades of Sangria #820409
Tints of Sangria #820409
RGB
CMYK
RGB Variations
Color information
#820409 (or 0x820409) is known color: Sangria. HEX triplet: 82, 04 and 09. RGB value is (130,4,9). Sum of RGB (Red+Green+Blue) = 130+4+9=143 (18% of max value = 765). Red value is 130 (51.17% from 255 or 90.91% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 9 (3.91% from 255 or 6.29% from 143); Max value from RGB is 130 - color contains mainly: red. Hex color #820409 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820409 is #7DFBF6. Grayscale: #2A2A2A. Windows color (decimal): -8256503 or 590978. OLE color: 590978.
HSL color Cylindrical-coordinate representation of color #820409: hue angle of 357.62º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #820409 is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 4 | 9 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.49 |
| HSL | 357.62º | 0.94% | 0.26% | - |
| HSV(B) | 357.62º | 0.97% | 0.51% | - |
| XYZ | 9.3 | 4.85 | 0.7 | - |
| YUV | 42.24 | 109.24 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 4 | 9 | 0 | 0.97 | 0.93 | 0.49 | 357.62 | 0.94 | 0.26 |
| Hex | 82 | 4 | 9 | 0 | 61 | 5D | 31 | 166 | 5E | 1A |
| Octal | 202 | 4 | 11 | 0 | 141 | 135 | 61 | 546 | 136 | 32 |
| Binary | 10000010 | 100 | 1001 | 0 | 1100001 | 1011101 | 110001 | 101100110 | 1011110 | 11010 |
Color Harmonies of #820409
Complementary color
Monochromatic Colors of #820409
Black with #820409
Text Example
Text Example
White with #820409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820409; }
p { color: rgb(130,4,9); }
H1.HeaderClassName
{
color: #820409;
}
.AnyTagClassName
{
color: #820409;
}
</style>
background-color css
<style>
a { background-color: #820409; }
a { background-color: rgb(130,4,9); }
div.DivClassName
{
background-color: #820409;
}
.BgClassName
{
background-color: #820409;
}
</style>
border-color css
<style>
span { border-color: #820409; }
span { border-color: rgb(130,4,9); }
td.TdClassName
{
border-color: #820409;
}
.TagClassName
{
border-color: #820409;
}
</style>