Shades of Sangria #91040C
Tints of Sangria #91040C
RGB
CMYK
RGB Variations
Color information
#91040C (or 0x91040C) is known color: Sangria. HEX triplet: 91, 04 and 0C. RGB value is (145,4,12). Sum of RGB (Red+Green+Blue) = 145+4+12=161 (21% of max value = 765). Red value is 145 (57.03% from 255 or 90.06% from 161); Green value is 4 (1.95% from 255 or 2.48% from 161); Blue value is 12 (5.08% from 255 or 7.45% from 161); Max value from RGB is 145 - color contains mainly: red. Hex color #91040C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #91040C is #6EFBF3. Grayscale: #2F2F2F. Windows color (decimal): -7273460 or 787601. OLE color: 787601.
HSL color Cylindrical-coordinate representation of color #91040C: hue angle of 356.6º 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 #91040C is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 4 | 12 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.43 |
| HSL | 356.6º | 0.95% | 0.29% | - |
| HSV(B) | 356.6º | 0.97% | 0.57% | - |
| XYZ | 11.79 | 6.13 | 0.91 | - |
| YUV | 47.07 | 108.21 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 4 | 12 | 0 | 0.97 | 0.92 | 0.43 | 356.6 | 0.95 | 0.29 |
| Hex | 91 | 4 | C | 0 | 61 | 5C | 2B | 165 | 5F | 1D |
| Octal | 221 | 4 | 14 | 0 | 141 | 134 | 53 | 545 | 137 | 35 |
| Binary | 10010001 | 100 | 1100 | 0 | 1100001 | 1011100 | 101011 | 101100101 | 1011111 | 11101 |
Color Harmonies of #91040C
Complementary color
Monochromatic Colors of #91040C
Black with #91040C
Text Example
Text Example
White with #91040C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91040C; }
p { color: rgb(145,4,12); }
H1.HeaderClassName
{
color: #91040C;
}
.AnyTagClassName
{
color: #91040C;
}
</style>
background-color css
<style>
a { background-color: #91040C; }
a { background-color: rgb(145,4,12); }
div.DivClassName
{
background-color: #91040C;
}
.BgClassName
{
background-color: #91040C;
}
</style>
border-color css
<style>
span { border-color: #91040C; }
span { border-color: rgb(145,4,12); }
td.TdClassName
{
border-color: #91040C;
}
.TagClassName
{
border-color: #91040C;
}
</style>