Shades of Sangria #910C12
Tints of Sangria #910C12
RGB
CMYK
RGB Variations
Color information
#910C12 (or 0x910C12) is known color: Sangria. HEX triplet: 91, 0C and 12. RGB value is (145,12,18). Sum of RGB (Red+Green+Blue) = 145+12+18=175 (23% of max value = 765). Red value is 145 (57.03% from 255 or 82.86% from 175); Green value is 12 (5.08% from 255 or 6.86% from 175); Blue value is 18 (7.42% from 255 or 10.29% from 175); Max value from RGB is 145 - color contains mainly: red. Hex color #910C12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910C12 is #6EF3ED. Grayscale: #343434. Windows color (decimal): -7271406 or 1182865. OLE color: 1182865.
HSL color Cylindrical-coordinate representation of color #910C12: hue angle of 357.29º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #910C12 is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 12 | 18 | - |
| CMYK | 0 | 0.92 | 0.88 | 0.43 |
| HSL | 357.29º | 0.85% | 0.31% | - |
| HSV(B) | 357.29º | 0.92% | 0.57% | - |
| XYZ | 11.92 | 6.33 | 1.17 | - |
| YUV | 52.45 | 108.56 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 12 | 18 | 0 | 0.92 | 0.88 | 0.43 | 357.29 | 0.85 | 0.31 |
| Hex | 91 | C | 12 | 0 | 5C | 58 | 2B | 165 | 55 | 1F |
| Octal | 221 | 14 | 22 | 0 | 134 | 130 | 53 | 545 | 125 | 37 |
| Binary | 10010001 | 1100 | 10010 | 0 | 1011100 | 1011000 | 101011 | 101100101 | 1010101 | 11111 |
Color Harmonies of #910C12
Complementary color
Monochromatic Colors of #910C12
Black with #910C12
Text Example
Text Example
White with #910C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910C12; }
p { color: rgb(145,12,18); }
H1.HeaderClassName
{
color: #910C12;
}
.AnyTagClassName
{
color: #910C12;
}
</style>
background-color css
<style>
a { background-color: #910C12; }
a { background-color: rgb(145,12,18); }
div.DivClassName
{
background-color: #910C12;
}
.BgClassName
{
background-color: #910C12;
}
</style>
border-color css
<style>
span { border-color: #910C12; }
span { border-color: rgb(145,12,18); }
td.TdClassName
{
border-color: #910C12;
}
.TagClassName
{
border-color: #910C12;
}
</style>