Shades of Sangria #81000C
Tints of Sangria #81000C
RGB
CMYK
RGB Variations
Color information
#81000C (or 0x81000C) is known color: Sangria. HEX triplet: 81, 00 and 0C. RGB value is (129,0,12). Sum of RGB (Red+Green+Blue) = 129+0+12=141 (18% of max value = 765). Red value is 129 (50.78% from 255 or 91.49% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 12 (5.08% from 255 or 8.51% from 141); Max value from RGB is 129 - color contains mainly: red. Hex color #81000C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #81000C is #7EFFF3. Grayscale: #282828. Windows color (decimal): -8323060 or 786561. OLE color: 786561.
HSL color Cylindrical-coordinate representation of color #81000C: hue angle of 354.42º 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 #81000C is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.91 | 0.49 |
| HSL | 354.42º | 1% | 0.25% | - |
| HSV(B) | 354.42º | 1% | 0.51% | - |
| XYZ | 9.12 | 4.69 | 0.77 | - |
| YUV | 39.94 | 112.24 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 0 | 12 | 0 | 1 | 0.91 | 0.49 | 354.42 | 1 | 0.25 |
| Hex | 81 | 0 | C | 0 | 64 | 5B | 31 | 162 | 64 | 19 |
| Octal | 201 | 0 | 14 | 0 | 144 | 133 | 61 | 542 | 144 | 31 |
| Binary | 10000001 | 0 | 1100 | 0 | 1100100 | 1011011 | 110001 | 101100010 | 1100100 | 11001 |
Color Harmonies of #81000C
Complementary color
Monochromatic Colors of #81000C
Black with #81000C
Text Example
Text Example
White with #81000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81000C; }
p { color: rgb(129,0,12); }
H1.HeaderClassName
{
color: #81000C;
}
.AnyTagClassName
{
color: #81000C;
}
</style>
background-color css
<style>
a { background-color: #81000C; }
a { background-color: rgb(129,0,12); }
div.DivClassName
{
background-color: #81000C;
}
.BgClassName
{
background-color: #81000C;
}
</style>
border-color css
<style>
span { border-color: #81000C; }
span { border-color: rgb(129,0,12); }
td.TdClassName
{
border-color: #81000C;
}
.TagClassName
{
border-color: #81000C;
}
</style>