Shades of Sangria #81020C
Tints of Sangria #81020C
RGB
CMYK
RGB Variations
Color information
#81020C (or 0x81020C) is known color: Sangria. HEX triplet: 81, 02 and 0C. RGB value is (129,2,12). Sum of RGB (Red+Green+Blue) = 129+2+12=143 (18% of max value = 765). Red value is 129 (50.78% from 255 or 90.21% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 12 (5.08% from 255 or 8.39% from 143); Max value from RGB is 129 - color contains mainly: red. Hex color #81020C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #81020C is #7EFDF3. Grayscale: #292929. Windows color (decimal): -8322548 or 787073. OLE color: 787073.
HSL color Cylindrical-coordinate representation of color #81020C: hue angle of 355.28º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #81020C is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 2 | 12 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.49 |
| HSL | 355.28º | 0.97% | 0.26% | - |
| HSV(B) | 355.28º | 0.98% | 0.51% | - |
| XYZ | 9.14 | 4.74 | 0.78 | - |
| YUV | 41.11 | 111.58 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 2 | 12 | 0 | 0.98 | 0.91 | 0.49 | 355.28 | 0.97 | 0.26 |
| Hex | 81 | 2 | C | 0 | 62 | 5B | 31 | 163 | 61 | 1A |
| Octal | 201 | 2 | 14 | 0 | 142 | 133 | 61 | 543 | 141 | 32 |
| Binary | 10000001 | 10 | 1100 | 0 | 1100010 | 1011011 | 110001 | 101100011 | 1100001 | 11010 |
Color Harmonies of #81020C
Complementary color
Monochromatic Colors of #81020C
Black with #81020C
Text Example
Text Example
White with #81020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81020C; }
p { color: rgb(129,2,12); }
H1.HeaderClassName
{
color: #81020C;
}
.AnyTagClassName
{
color: #81020C;
}
</style>
background-color css
<style>
a { background-color: #81020C; }
a { background-color: rgb(129,2,12); }
div.DivClassName
{
background-color: #81020C;
}
.BgClassName
{
background-color: #81020C;
}
</style>
border-color css
<style>
span { border-color: #81020C; }
span { border-color: rgb(129,2,12); }
td.TdClassName
{
border-color: #81020C;
}
.TagClassName
{
border-color: #81020C;
}
</style>