Shades of Sangria #810102
Tints of Sangria #810102
RGB
CMYK
RGB Variations
Color information
#810102 (or 0x810102) is known color: Sangria. HEX triplet: 81, 01 and 02. RGB value is (129,1,2). Sum of RGB (Red+Green+Blue) = 129+1+2=132 (17% of max value = 765). Red value is 129 (50.78% from 255 or 97.73% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 2 (1.17% from 255 or 1.52% from 132); Max value from RGB is 129 - color contains mainly: red. Hex color #810102 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810102 is #7EFEFD. Grayscale: #272727. Windows color (decimal): -8322814 or 131457. OLE color: 131457.
HSL color Cylindrical-coordinate representation of color #810102: hue angle of 359.53º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #810102 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 1 | 2 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.49 |
| HSL | 359.53º | 0.98% | 0.25% | - |
| HSV(B) | 359.53º | 0.99% | 0.51% | - |
| XYZ | 9.08 | 4.69 | 0.49 | - |
| YUV | 39.39 | 106.91 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 1 | 2 | 0 | 0.99 | 0.98 | 0.49 | 359.53 | 0.98 | 0.25 |
| Hex | 81 | 1 | 2 | 0 | 63 | 62 | 31 | 168 | 62 | 19 |
| Octal | 201 | 1 | 2 | 0 | 143 | 142 | 61 | 550 | 142 | 31 |
| Binary | 10000001 | 1 | 10 | 0 | 1100011 | 1100010 | 110001 | 101101000 | 1100010 | 11001 |
Color Harmonies of #810102
Complementary color
Monochromatic Colors of #810102
Black with #810102
Text Example
Text Example
White with #810102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810102; }
p { color: rgb(129,1,2); }
H1.HeaderClassName
{
color: #810102;
}
.AnyTagClassName
{
color: #810102;
}
</style>
background-color css
<style>
a { background-color: #810102; }
a { background-color: rgb(129,1,2); }
div.DivClassName
{
background-color: #810102;
}
.BgClassName
{
background-color: #810102;
}
</style>
border-color css
<style>
span { border-color: #810102; }
span { border-color: rgb(129,1,2); }
td.TdClassName
{
border-color: #810102;
}
.TagClassName
{
border-color: #810102;
}
</style>