Shades of Sangria #81000D
Tints of Sangria #81000D
RGB
CMYK
RGB Variations
Color information
#81000D (or 0x81000D) is known color: Sangria. HEX triplet: 81, 00 and 0D. RGB value is (129,0,13). Sum of RGB (Red+Green+Blue) = 129+0+13=142 (18% of max value = 765). Red value is 129 (50.78% from 255 or 90.85% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 13 (5.47% from 255 or 9.15% from 142); Max value from RGB is 129 - color contains mainly: red. Hex color #81000D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #81000D is #7EFFF2. Grayscale: #282828. Windows color (decimal): -8323059 or 852097. OLE color: 852097.
HSL color Cylindrical-coordinate representation of color #81000D: hue angle of 353.95º 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 #81000D is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.90 | 0.49 |
| HSL | 353.95º | 1% | 0.25% | - |
| HSV(B) | 353.95º | 1% | 0.51% | - |
| XYZ | 9.13 | 4.7 | 0.81 | - |
| YUV | 40.05 | 112.74 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 0 | 13 | 0 | 1 | 0.90 | 0.49 | 353.95 | 1 | 0.25 |
| Hex | 81 | 0 | D | 0 | 64 | 5A | 31 | 162 | 64 | 19 |
| Octal | 201 | 0 | 15 | 0 | 144 | 132 | 61 | 542 | 144 | 31 |
| Binary | 10000001 | 0 | 1101 | 0 | 1100100 | 1011010 | 110001 | 101100010 | 1100100 | 11001 |
Color Harmonies of #81000D
Complementary color
Monochromatic Colors of #81000D
Black with #81000D
Text Example
Text Example
White with #81000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81000D; }
p { color: rgb(129,0,13); }
H1.HeaderClassName
{
color: #81000D;
}
.AnyTagClassName
{
color: #81000D;
}
</style>
background-color css
<style>
a { background-color: #81000D; }
a { background-color: rgb(129,0,13); }
div.DivClassName
{
background-color: #81000D;
}
.BgClassName
{
background-color: #81000D;
}
</style>
border-color css
<style>
span { border-color: #81000D; }
span { border-color: rgb(129,0,13); }
td.TdClassName
{
border-color: #81000D;
}
.TagClassName
{
border-color: #81000D;
}
</style>