Shades of Sangria #910F12
Tints of Sangria #910F12
RGB
CMYK
RGB Variations
Color information
#910F12 (or 0x910F12) is known color: Sangria. HEX triplet: 91, 0F and 12. RGB value is (145,15,18). Sum of RGB (Red+Green+Blue) = 145+15+18=178 (23% of max value = 765). Red value is 145 (57.03% from 255 or 81.46% from 178); Green value is 15 (6.25% from 255 or 8.43% from 178); Blue value is 18 (7.42% from 255 or 10.11% from 178); Max value from RGB is 145 - color contains mainly: red. Hex color #910F12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910F12 is #6EF0ED. Grayscale: #363636. Windows color (decimal): -7270638 or 1183633. OLE color: 1183633.
HSL color Cylindrical-coordinate representation of color #910F12: hue angle of 358.62º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #910F12 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 15 | 18 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.43 |
| HSL | 358.62º | 0.81% | 0.31% | - |
| HSV(B) | 358.62º | 0.9% | 0.57% | - |
| XYZ | 11.96 | 6.41 | 1.18 | - |
| YUV | 54.21 | 107.57 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 15 | 18 | 0 | 0.90 | 0.88 | 0.43 | 358.62 | 0.81 | 0.31 |
| Hex | 91 | F | 12 | 0 | 5A | 58 | 2B | 167 | 51 | 1F |
| Octal | 221 | 17 | 22 | 0 | 132 | 130 | 53 | 547 | 121 | 37 |
| Binary | 10010001 | 1111 | 10010 | 0 | 1011010 | 1011000 | 101011 | 101100111 | 1010001 | 11111 |
Color Harmonies of #910F12
Complementary color
Monochromatic Colors of #910F12
Black with #910F12
Text Example
Text Example
White with #910F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910F12; }
p { color: rgb(145,15,18); }
H1.HeaderClassName
{
color: #910F12;
}
.AnyTagClassName
{
color: #910F12;
}
</style>
background-color css
<style>
a { background-color: #910F12; }
a { background-color: rgb(145,15,18); }
div.DivClassName
{
background-color: #910F12;
}
.BgClassName
{
background-color: #910F12;
}
</style>
border-color css
<style>
span { border-color: #910F12; }
span { border-color: rgb(145,15,18); }
td.TdClassName
{
border-color: #910F12;
}
.TagClassName
{
border-color: #910F12;
}
</style>