Shades of Sangria #91030D
Tints of Sangria #91030D
RGB
CMYK
RGB Variations
Color information
#91030D (or 0x91030D) is known color: Sangria. HEX triplet: 91, 03 and 0D. RGB value is (145,3,13). Sum of RGB (Red+Green+Blue) = 145+3+13=161 (21% of max value = 765). Red value is 145 (57.03% from 255 or 90.06% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 13 (5.47% from 255 or 8.07% from 161); Max value from RGB is 145 - color contains mainly: red. Hex color #91030D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #91030D is #6EFCF2. Grayscale: #2E2E2E. Windows color (decimal): -7273715 or 852881. OLE color: 852881.
HSL color Cylindrical-coordinate representation of color #91030D: hue angle of 355.77º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #91030D is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 3 | 13 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.43 |
| HSL | 355.77º | 0.96% | 0.29% | - |
| HSV(B) | 355.77º | 0.98% | 0.57% | - |
| XYZ | 11.78 | 6.11 | 0.94 | - |
| YUV | 46.6 | 109.04 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 3 | 13 | 0 | 0.98 | 0.91 | 0.43 | 355.77 | 0.96 | 0.29 |
| Hex | 91 | 3 | D | 0 | 62 | 5B | 2B | 164 | 60 | 1D |
| Octal | 221 | 3 | 15 | 0 | 142 | 133 | 53 | 544 | 140 | 35 |
| Binary | 10010001 | 11 | 1101 | 0 | 1100010 | 1011011 | 101011 | 101100100 | 1100000 | 11101 |
Color Harmonies of #91030D
Complementary color
Monochromatic Colors of #91030D
Black with #91030D
Text Example
Text Example
White with #91030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91030D; }
p { color: rgb(145,3,13); }
H1.HeaderClassName
{
color: #91030D;
}
.AnyTagClassName
{
color: #91030D;
}
</style>
background-color css
<style>
a { background-color: #91030D; }
a { background-color: rgb(145,3,13); }
div.DivClassName
{
background-color: #91030D;
}
.BgClassName
{
background-color: #91030D;
}
</style>
border-color css
<style>
span { border-color: #91030D; }
span { border-color: rgb(145,3,13); }
td.TdClassName
{
border-color: #91030D;
}
.TagClassName
{
border-color: #91030D;
}
</style>