Shades of Sangria #910A12
Tints of Sangria #910A12
RGB
CMYK
RGB Variations
Color information
#910A12 (or 0x910A12) is known color: Sangria. HEX triplet: 91, 0A and 12. RGB value is (145,10,18). Sum of RGB (Red+Green+Blue) = 145+10+18=173 (22% of max value = 765). Red value is 145 (57.03% from 255 or 83.82% from 173); Green value is 10 (4.30% from 255 or 5.78% from 173); Blue value is 18 (7.42% from 255 or 10.40% from 173); Max value from RGB is 145 - color contains mainly: red. Hex color #910A12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910A12 is #6EF5ED. Grayscale: #333333. Windows color (decimal): -7271918 or 1182353. OLE color: 1182353.
HSL color Cylindrical-coordinate representation of color #910A12: hue angle of 356.44º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #910A12 is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 10 | 18 | - |
| CMYK | 0 | 0.93 | 0.88 | 0.43 |
| HSL | 356.44º | 0.87% | 0.3% | - |
| HSV(B) | 356.44º | 0.93% | 0.57% | - |
| XYZ | 11.89 | 6.28 | 1.16 | - |
| YUV | 51.28 | 109.23 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 10 | 18 | 0 | 0.93 | 0.88 | 0.43 | 356.44 | 0.87 | 0.3 |
| Hex | 91 | A | 12 | 0 | 5D | 58 | 2B | 164 | 57 | 1E |
| Octal | 221 | 12 | 22 | 0 | 135 | 130 | 53 | 544 | 127 | 36 |
| Binary | 10010001 | 1010 | 10010 | 0 | 1011101 | 1011000 | 101011 | 101100100 | 1010111 | 11110 |
Color Harmonies of #910A12
Complementary color
Monochromatic Colors of #910A12
Black with #910A12
Text Example
Text Example
White with #910A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910A12; }
p { color: rgb(145,10,18); }
H1.HeaderClassName
{
color: #910A12;
}
.AnyTagClassName
{
color: #910A12;
}
</style>
background-color css
<style>
a { background-color: #910A12; }
a { background-color: rgb(145,10,18); }
div.DivClassName
{
background-color: #910A12;
}
.BgClassName
{
background-color: #910A12;
}
</style>
border-color css
<style>
span { border-color: #910A12; }
span { border-color: rgb(145,10,18); }
td.TdClassName
{
border-color: #910A12;
}
.TagClassName
{
border-color: #910A12;
}
</style>