Shades of Sangria #91040A
Tints of Sangria #91040A
RGB
CMYK
RGB Variations
Color information
#91040A (or 0x91040A) is known color: Sangria. HEX triplet: 91, 04 and 0A. RGB value is (145,4,10). Sum of RGB (Red+Green+Blue) = 145+4+10=159 (21% of max value = 765). Red value is 145 (57.03% from 255 or 91.19% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 10 (4.30% from 255 or 6.29% from 159); Max value from RGB is 145 - color contains mainly: red. Hex color #91040A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #91040A is #6EFBF5. Grayscale: #2E2E2E. Windows color (decimal): -7273462 or 656529. OLE color: 656529.
HSL color Cylindrical-coordinate representation of color #91040A: hue angle of 357.45º degrees, saturation: 0.95, 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 #91040A is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 4 | 10 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.43 |
| HSL | 357.45º | 0.95% | 0.29% | - |
| HSV(B) | 357.45º | 0.97% | 0.57% | - |
| XYZ | 11.78 | 6.13 | 0.85 | - |
| YUV | 46.84 | 107.21 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 4 | 10 | 0 | 0.97 | 0.93 | 0.43 | 357.45 | 0.95 | 0.29 |
| Hex | 91 | 4 | A | 0 | 61 | 5D | 2B | 165 | 5F | 1D |
| Octal | 221 | 4 | 12 | 0 | 141 | 135 | 53 | 545 | 137 | 35 |
| Binary | 10010001 | 100 | 1010 | 0 | 1100001 | 1011101 | 101011 | 101100101 | 1011111 | 11101 |
Color Harmonies of #91040A
Complementary color
Monochromatic Colors of #91040A
Black with #91040A
Text Example
Text Example
White with #91040A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91040A; }
p { color: rgb(145,4,10); }
H1.HeaderClassName
{
color: #91040A;
}
.AnyTagClassName
{
color: #91040A;
}
</style>
background-color css
<style>
a { background-color: #91040A; }
a { background-color: rgb(145,4,10); }
div.DivClassName
{
background-color: #91040A;
}
.BgClassName
{
background-color: #91040A;
}
</style>
border-color css
<style>
span { border-color: #91040A; }
span { border-color: rgb(145,4,10); }
td.TdClassName
{
border-color: #91040A;
}
.TagClassName
{
border-color: #91040A;
}
</style>