Shades of Sangria #910D0E
Tints of Sangria #910D0E
RGB
CMYK
RGB Variations
Color information
#910D0E (or 0x910D0E) is known color: Sangria. HEX triplet: 91, 0D and 0E. RGB value is (145,13,14). Sum of RGB (Red+Green+Blue) = 145+13+14=172 (22% of max value = 765). Red value is 145 (57.03% from 255 or 84.30% from 172); Green value is 13 (5.47% from 255 or 7.56% from 172); Blue value is 14 (5.86% from 255 or 8.14% from 172); Max value from RGB is 145 - color contains mainly: red. Hex color #910D0E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910D0E is #6EF2F1. Grayscale: #343434. Windows color (decimal): -7271154 or 920977. OLE color: 920977.
HSL color Cylindrical-coordinate representation of color #910D0E: hue angle of 359.55º 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 #910D0E is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 13 | 14 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.43 |
| HSL | 359.55º | 0.84% | 0.31% | - |
| HSV(B) | 359.55º | 0.91% | 0.57% | - |
| XYZ | 11.9 | 6.34 | 1.01 | - |
| YUV | 52.58 | 106.23 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 13 | 14 | 0 | 0.91 | 0.90 | 0.43 | 359.55 | 0.84 | 0.31 |
| Hex | 91 | D | E | 0 | 5B | 5A | 2B | 168 | 54 | 1F |
| Octal | 221 | 15 | 16 | 0 | 133 | 132 | 53 | 550 | 124 | 37 |
| Binary | 10010001 | 1101 | 1110 | 0 | 1011011 | 1011010 | 101011 | 101101000 | 1010100 | 11111 |
Color Harmonies of #910D0E
Complementary color
Monochromatic Colors of #910D0E
Black with #910D0E
Text Example
Text Example
White with #910D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910D0E; }
p { color: rgb(145,13,14); }
H1.HeaderClassName
{
color: #910D0E;
}
.AnyTagClassName
{
color: #910D0E;
}
</style>
background-color css
<style>
a { background-color: #910D0E; }
a { background-color: rgb(145,13,14); }
div.DivClassName
{
background-color: #910D0E;
}
.BgClassName
{
background-color: #910D0E;
}
</style>
border-color css
<style>
span { border-color: #910D0E; }
span { border-color: rgb(145,13,14); }
td.TdClassName
{
border-color: #910D0E;
}
.TagClassName
{
border-color: #910D0E;
}
</style>