Shades of Sangria #91050C
Tints of Sangria #91050C
RGB
CMYK
RGB Variations
Color information
#91050C (or 0x91050C) is known color: Sangria. HEX triplet: 91, 05 and 0C. RGB value is (145,5,12). Sum of RGB (Red+Green+Blue) = 145+5+12=162 (21% of max value = 765). Red value is 145 (57.03% from 255 or 89.51% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 12 (5.08% from 255 or 7.41% from 162); Max value from RGB is 145 - color contains mainly: red. Hex color #91050C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #91050C is #6EFAF3. Grayscale: #2F2F2F. Windows color (decimal): -7273204 or 787857. OLE color: 787857.
HSL color Cylindrical-coordinate representation of color #91050C: hue angle of 357º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #91050C is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 5 | 12 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.43 |
| HSL | 357º | 0.93% | 0.29% | - |
| HSV(B) | 357º | 0.97% | 0.57% | - |
| XYZ | 11.8 | 6.15 | 0.91 | - |
| YUV | 47.66 | 107.88 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 5 | 12 | 0 | 0.97 | 0.92 | 0.43 | 357 | 0.93 | 0.29 |
| Hex | 91 | 5 | C | 0 | 61 | 5C | 2B | 165 | 5D | 1D |
| Octal | 221 | 5 | 14 | 0 | 141 | 134 | 53 | 545 | 135 | 35 |
| Binary | 10010001 | 101 | 1100 | 0 | 1100001 | 1011100 | 101011 | 101100101 | 1011101 | 11101 |
Color Harmonies of #91050C
Complementary color
Monochromatic Colors of #91050C
Black with #91050C
Text Example
Text Example
White with #91050C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91050C; }
p { color: rgb(145,5,12); }
H1.HeaderClassName
{
color: #91050C;
}
.AnyTagClassName
{
color: #91050C;
}
</style>
background-color css
<style>
a { background-color: #91050C; }
a { background-color: rgb(145,5,12); }
div.DivClassName
{
background-color: #91050C;
}
.BgClassName
{
background-color: #91050C;
}
</style>
border-color css
<style>
span { border-color: #91050C; }
span { border-color: rgb(145,5,12); }
td.TdClassName
{
border-color: #91050C;
}
.TagClassName
{
border-color: #91050C;
}
</style>