Shades of Sangria #91030E
Tints of Sangria #91030E
RGB
CMYK
RGB Variations
Color information
#91030E (or 0x91030E) is known color: Sangria. HEX triplet: 91, 03 and 0E. RGB value is (145,3,14). Sum of RGB (Red+Green+Blue) = 145+3+14=162 (21% of max value = 765). Red value is 145 (57.03% from 255 or 89.51% from 162); Green value is 3 (1.56% from 255 or 1.85% from 162); Blue value is 14 (5.86% from 255 or 8.64% from 162); Max value from RGB is 145 - color contains mainly: red. Hex color #91030E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #91030E is #6EFCF1. Grayscale: #2E2E2E. Windows color (decimal): -7273714 or 918417. OLE color: 918417.
HSL color Cylindrical-coordinate representation of color #91030E: hue angle of 355.35º 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 #91030E is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 3 | 14 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.43 |
| HSL | 355.35º | 0.96% | 0.29% | - |
| HSV(B) | 355.35º | 0.98% | 0.57% | - |
| XYZ | 11.79 | 6.12 | 0.97 | - |
| YUV | 46.71 | 109.54 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 3 | 14 | 0 | 0.98 | 0.90 | 0.43 | 355.35 | 0.96 | 0.29 |
| Hex | 91 | 3 | E | 0 | 62 | 5A | 2B | 163 | 60 | 1D |
| Octal | 221 | 3 | 16 | 0 | 142 | 132 | 53 | 543 | 140 | 35 |
| Binary | 10010001 | 11 | 1110 | 0 | 1100010 | 1011010 | 101011 | 101100011 | 1100000 | 11101 |
Color Harmonies of #91030E
Complementary color
Monochromatic Colors of #91030E
Black with #91030E
Text Example
Text Example
White with #91030E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91030E; }
p { color: rgb(145,3,14); }
H1.HeaderClassName
{
color: #91030E;
}
.AnyTagClassName
{
color: #91030E;
}
</style>
background-color css
<style>
a { background-color: #91030E; }
a { background-color: rgb(145,3,14); }
div.DivClassName
{
background-color: #91030E;
}
.BgClassName
{
background-color: #91030E;
}
</style>
border-color css
<style>
span { border-color: #91030E; }
span { border-color: rgb(145,3,14); }
td.TdClassName
{
border-color: #91030E;
}
.TagClassName
{
border-color: #91030E;
}
</style>