Shades of Sangria #910D0F
Tints of Sangria #910D0F
RGB
CMYK
RGB Variations
Color information
#910D0F (or 0x910D0F) is known color: Sangria. HEX triplet: 91, 0D and 0F. RGB value is (145,13,15). Sum of RGB (Red+Green+Blue) = 145+13+15=173 (22% of max value = 765). Red value is 145 (57.03% from 255 or 83.82% from 173); Green value is 13 (5.47% from 255 or 7.51% from 173); Blue value is 15 (6.25% from 255 or 8.67% from 173); Max value from RGB is 145 - color contains mainly: red. Hex color #910D0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910D0F is #6EF2F0. Grayscale: #343434. Windows color (decimal): -7271153 or 986513. OLE color: 986513.
HSL color Cylindrical-coordinate representation of color #910D0F: hue angle of 359.09º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #910D0F is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 13 | 15 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.43 |
| HSL | 359.09º | 0.84% | 0.31% | - |
| HSV(B) | 359.09º | 0.91% | 0.57% | - |
| XYZ | 11.91 | 6.34 | 1.05 | - |
| YUV | 52.7 | 106.73 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 13 | 15 | 0 | 0.91 | 0.90 | 0.43 | 359.09 | 0.84 | 0.31 |
| Hex | 91 | D | F | 0 | 5B | 5A | 2B | 167 | 54 | 1F |
| Octal | 221 | 15 | 17 | 0 | 133 | 132 | 53 | 547 | 124 | 37 |
| Binary | 10010001 | 1101 | 1111 | 0 | 1011011 | 1011010 | 101011 | 101100111 | 1010100 | 11111 |
Color Harmonies of #910D0F
Complementary color
Monochromatic Colors of #910D0F
Black with #910D0F
Text Example
Text Example
White with #910D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910D0F; }
p { color: rgb(145,13,15); }
H1.HeaderClassName
{
color: #910D0F;
}
.AnyTagClassName
{
color: #910D0F;
}
</style>
background-color css
<style>
a { background-color: #910D0F; }
a { background-color: rgb(145,13,15); }
div.DivClassName
{
background-color: #910D0F;
}
.BgClassName
{
background-color: #910D0F;
}
</style>
border-color css
<style>
span { border-color: #910D0F; }
span { border-color: rgb(145,13,15); }
td.TdClassName
{
border-color: #910D0F;
}
.TagClassName
{
border-color: #910D0F;
}
</style>