Shades of Sangria #91010B
Tints of Sangria #91010B
RGB
CMYK
RGB Variations
Color information
#91010B (or 0x91010B) is known color: Sangria. HEX triplet: 91, 01 and 0B. RGB value is (145,1,11). Sum of RGB (Red+Green+Blue) = 145+1+11=157 (20% of max value = 765). Red value is 145 (57.03% from 255 or 92.36% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 11 (4.69% from 255 or 7.01% from 157); Max value from RGB is 145 - color contains mainly: red. Hex color #91010B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #91010B is #6EFEF4. Grayscale: #2D2D2D. Windows color (decimal): -7274229 or 721297. OLE color: 721297.
HSL color Cylindrical-coordinate representation of color #91010B: hue angle of 355.83º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #91010B is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 1 | 11 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.43 |
| HSL | 355.83º | 0.99% | 0.29% | - |
| HSV(B) | 355.83º | 0.99% | 0.57% | - |
| XYZ | 11.75 | 6.07 | 0.87 | - |
| YUV | 45.2 | 108.71 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 1 | 11 | 0 | 0.99 | 0.92 | 0.43 | 355.83 | 0.99 | 0.29 |
| Hex | 91 | 1 | B | 0 | 63 | 5C | 2B | 164 | 63 | 1D |
| Octal | 221 | 1 | 13 | 0 | 143 | 134 | 53 | 544 | 143 | 35 |
| Binary | 10010001 | 1 | 1011 | 0 | 1100011 | 1011100 | 101011 | 101100100 | 1100011 | 11101 |
Color Harmonies of #91010B
Complementary color
Monochromatic Colors of #91010B
Black with #91010B
Text Example
Text Example
White with #91010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91010B; }
p { color: rgb(145,1,11); }
H1.HeaderClassName
{
color: #91010B;
}
.AnyTagClassName
{
color: #91010B;
}
</style>
background-color css
<style>
a { background-color: #91010B; }
a { background-color: rgb(145,1,11); }
div.DivClassName
{
background-color: #91010B;
}
.BgClassName
{
background-color: #91010B;
}
</style>
border-color css
<style>
span { border-color: #91010B; }
span { border-color: rgb(145,1,11); }
td.TdClassName
{
border-color: #91010B;
}
.TagClassName
{
border-color: #91010B;
}
</style>