Shades of Sangria #91010D
Tints of Sangria #91010D
RGB
CMYK
RGB Variations
Color information
#91010D (or 0x91010D) is known color: Sangria. HEX triplet: 91, 01 and 0D. RGB value is (145,1,13). Sum of RGB (Red+Green+Blue) = 145+1+13=159 (21% of max value = 765). Red value is 145 (57.03% from 255 or 91.19% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 13 (5.47% from 255 or 8.18% from 159); Max value from RGB is 145 - color contains mainly: red. Hex color #91010D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #91010D is #6EFEF2. Grayscale: #2D2D2D. Windows color (decimal): -7274227 or 852369. OLE color: 852369.
HSL color Cylindrical-coordinate representation of color #91010D: hue angle of 355º 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 #91010D is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 1 | 13 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.43 |
| HSL | 355º | 0.99% | 0.29% | - |
| HSV(B) | 355º | 0.99% | 0.57% | - |
| XYZ | 11.76 | 6.07 | 0.93 | - |
| YUV | 45.42 | 109.71 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 1 | 13 | 0 | 0.99 | 0.91 | 0.43 | 355 | 0.99 | 0.29 |
| Hex | 91 | 1 | D | 0 | 63 | 5B | 2B | 163 | 63 | 1D |
| Octal | 221 | 1 | 15 | 0 | 143 | 133 | 53 | 543 | 143 | 35 |
| Binary | 10010001 | 1 | 1101 | 0 | 1100011 | 1011011 | 101011 | 101100011 | 1100011 | 11101 |
Color Harmonies of #91010D
Complementary color
Monochromatic Colors of #91010D
Black with #91010D
Text Example
Text Example
White with #91010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91010D; }
p { color: rgb(145,1,13); }
H1.HeaderClassName
{
color: #91010D;
}
.AnyTagClassName
{
color: #91010D;
}
</style>
background-color css
<style>
a { background-color: #91010D; }
a { background-color: rgb(145,1,13); }
div.DivClassName
{
background-color: #91010D;
}
.BgClassName
{
background-color: #91010D;
}
</style>
border-color css
<style>
span { border-color: #91010D; }
span { border-color: rgb(145,1,13); }
td.TdClassName
{
border-color: #91010D;
}
.TagClassName
{
border-color: #91010D;
}
</style>