Shades of Sangria #91000C
Tints of Sangria #91000C
RGB
CMYK
RGB Variations
Color information
#91000C (or 0x91000C) is known color: Sangria. HEX triplet: 91, 00 and 0C. RGB value is (145,0,12). Sum of RGB (Red+Green+Blue) = 145+0+12=157 (20% of max value = 765). Red value is 145 (57.03% from 255 or 92.36% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 12 (5.08% from 255 or 7.64% from 157); Max value from RGB is 145 - color contains mainly: red. Hex color #91000C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #91000C is #6EFFF3. Grayscale: #2C2C2C. Windows color (decimal): -7274484 or 786577. OLE color: 786577.
HSL color Cylindrical-coordinate representation of color #91000C: hue angle of 355.03º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #91000C is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.92 | 0.43 |
| HSL | 355.03º | 1% | 0.28% | - |
| HSV(B) | 355.03º | 1% | 0.57% | - |
| XYZ | 11.74 | 6.05 | 0.9 | - |
| YUV | 44.72 | 109.54 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 0 | 12 | 0 | 1 | 0.92 | 0.43 | 355.03 | 1 | 0.28 |
| Hex | 91 | 0 | C | 0 | 64 | 5C | 2B | 163 | 64 | 1C |
| Octal | 221 | 0 | 14 | 0 | 144 | 134 | 53 | 543 | 144 | 34 |
| Binary | 10010001 | 0 | 1100 | 0 | 1100100 | 1011100 | 101011 | 101100011 | 1100100 | 11100 |
Color Harmonies of #91000C
Complementary color
Monochromatic Colors of #91000C
Black with #91000C
Text Example
Text Example
White with #91000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91000C; }
p { color: rgb(145,0,12); }
H1.HeaderClassName
{
color: #91000C;
}
.AnyTagClassName
{
color: #91000C;
}
</style>
background-color css
<style>
a { background-color: #91000C; }
a { background-color: rgb(145,0,12); }
div.DivClassName
{
background-color: #91000C;
}
.BgClassName
{
background-color: #91000C;
}
</style>
border-color css
<style>
span { border-color: #91000C; }
span { border-color: rgb(145,0,12); }
td.TdClassName
{
border-color: #91000C;
}
.TagClassName
{
border-color: #91000C;
}
</style>