Shades of Sangria #810004
Tints of Sangria #810004
RGB
CMYK
RGB Variations
Color information
#810004 (or 0x810004) is known color: Sangria. HEX triplet: 81, 00 and 04. RGB value is (129,0,4). Sum of RGB (Red+Green+Blue) = 129+0+4=133 (17% of max value = 765). Red value is 129 (50.78% from 255 or 96.99% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 4 (1.95% from 255 or 3.01% from 133); Max value from RGB is 129 - color contains mainly: red. Hex color #810004 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810004 is #7EFFFB. Grayscale: #272727. Windows color (decimal): -8323068 or 262273. OLE color: 262273.
HSL color Cylindrical-coordinate representation of color #810004: hue angle of 358.14º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #810004 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 0 | 4 | - |
| CMYK | 0 | 1 | 0.97 | 0.49 |
| HSL | 358.14º | 1% | 0.25% | - |
| HSV(B) | 358.14º | 1% | 0.51% | - |
| XYZ | 9.08 | 4.68 | 0.54 | - |
| YUV | 39.03 | 108.24 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 0 | 4 | 0 | 1 | 0.97 | 0.49 | 358.14 | 1 | 0.25 |
| Hex | 81 | 0 | 4 | 0 | 64 | 61 | 31 | 166 | 64 | 19 |
| Octal | 201 | 0 | 4 | 0 | 144 | 141 | 61 | 546 | 144 | 31 |
| Binary | 10000001 | 0 | 100 | 0 | 1100100 | 1100001 | 110001 | 101100110 | 1100100 | 11001 |
Color Harmonies of #810004
Complementary color
Monochromatic Colors of #810004
Black with #810004
Text Example
Text Example
White with #810004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810004; }
p { color: rgb(129,0,4); }
H1.HeaderClassName
{
color: #810004;
}
.AnyTagClassName
{
color: #810004;
}
</style>
background-color css
<style>
a { background-color: #810004; }
a { background-color: rgb(129,0,4); }
div.DivClassName
{
background-color: #810004;
}
.BgClassName
{
background-color: #810004;
}
</style>
border-color css
<style>
span { border-color: #810004; }
span { border-color: rgb(129,0,4); }
td.TdClassName
{
border-color: #810004;
}
.TagClassName
{
border-color: #810004;
}
</style>