Shades of Sangria #910A0F
Tints of Sangria #910A0F
RGB
CMYK
RGB Variations
Color information
#910A0F (or 0x910A0F) is known color: Sangria. HEX triplet: 91, 0A and 0F. RGB value is (145,10,15). Sum of RGB (Red+Green+Blue) = 145+10+15=170 (22% of max value = 765). Red value is 145 (57.03% from 255 or 85.29% from 170); Green value is 10 (4.30% from 255 or 5.88% from 170); Blue value is 15 (6.25% from 255 or 8.82% from 170); Max value from RGB is 145 - color contains mainly: red. Hex color #910A0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910A0F is #6EF5F0. Grayscale: #333333. Windows color (decimal): -7271921 or 985745. OLE color: 985745.
HSL color Cylindrical-coordinate representation of color #910A0F: hue angle of 357.78º 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 #910A0F is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 10 | 15 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.43 |
| HSL | 357.78º | 0.87% | 0.3% | - |
| HSV(B) | 357.78º | 0.93% | 0.57% | - |
| XYZ | 11.87 | 6.27 | 1.04 | - |
| YUV | 50.94 | 107.73 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 10 | 15 | 0 | 0.93 | 0.90 | 0.43 | 357.78 | 0.87 | 0.3 |
| Hex | 91 | A | F | 0 | 5D | 5A | 2B | 166 | 57 | 1E |
| Octal | 221 | 12 | 17 | 0 | 135 | 132 | 53 | 546 | 127 | 36 |
| Binary | 10010001 | 1010 | 1111 | 0 | 1011101 | 1011010 | 101011 | 101100110 | 1010111 | 11110 |
Color Harmonies of #910A0F
Complementary color
Monochromatic Colors of #910A0F
Black with #910A0F
Text Example
Text Example
White with #910A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910A0F; }
p { color: rgb(145,10,15); }
H1.HeaderClassName
{
color: #910A0F;
}
.AnyTagClassName
{
color: #910A0F;
}
</style>
background-color css
<style>
a { background-color: #910A0F; }
a { background-color: rgb(145,10,15); }
div.DivClassName
{
background-color: #910A0F;
}
.BgClassName
{
background-color: #910A0F;
}
</style>
border-color css
<style>
span { border-color: #910A0F; }
span { border-color: rgb(145,10,15); }
td.TdClassName
{
border-color: #910A0F;
}
.TagClassName
{
border-color: #910A0F;
}
</style>