Shades of Sangria #910F10
Tints of Sangria #910F10
RGB
CMYK
RGB Variations
Color information
#910F10 (or 0x910F10) is known color: Sangria. HEX triplet: 91, 0F and 10. RGB value is (145,15,16). Sum of RGB (Red+Green+Blue) = 145+15+16=176 (23% of max value = 765). Red value is 145 (57.03% from 255 or 82.39% from 176); Green value is 15 (6.25% from 255 or 8.52% from 176); Blue value is 16 (6.64% from 255 or 9.09% from 176); Max value from RGB is 145 - color contains mainly: red. Hex color #910F10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910F10 is #6EF0EF. Grayscale: #363636. Windows color (decimal): -7270640 or 1052561. OLE color: 1052561.
HSL color Cylindrical-coordinate representation of color #910F10: hue angle of 359.54º 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 #910F10 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 15 | 16 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.43 |
| HSL | 359.54º | 0.81% | 0.31% | - |
| HSV(B) | 359.54º | 0.9% | 0.57% | - |
| XYZ | 11.94 | 6.4 | 1.1 | - |
| YUV | 53.98 | 106.57 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 15 | 16 | 0 | 0.90 | 0.89 | 0.43 | 359.54 | 0.81 | 0.31 |
| Hex | 91 | F | 10 | 0 | 5A | 59 | 2B | 168 | 51 | 1F |
| Octal | 221 | 17 | 20 | 0 | 132 | 131 | 53 | 550 | 121 | 37 |
| Binary | 10010001 | 1111 | 10000 | 0 | 1011010 | 1011001 | 101011 | 101101000 | 1010001 | 11111 |
Color Harmonies of #910F10
Complementary color
Monochromatic Colors of #910F10
Black with #910F10
Text Example
Text Example
White with #910F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910F10; }
p { color: rgb(145,15,16); }
H1.HeaderClassName
{
color: #910F10;
}
.AnyTagClassName
{
color: #910F10;
}
</style>
background-color css
<style>
a { background-color: #910F10; }
a { background-color: rgb(145,15,16); }
div.DivClassName
{
background-color: #910F10;
}
.BgClassName
{
background-color: #910F10;
}
</style>
border-color css
<style>
span { border-color: #910F10; }
span { border-color: rgb(145,15,16); }
td.TdClassName
{
border-color: #910F10;
}
.TagClassName
{
border-color: #910F10;
}
</style>