Shades of Sangria #90010B
Tints of Sangria #90010B
RGB
CMYK
RGB Variations
Color information
#90010B (or 0x90010B) is known color: Sangria. HEX triplet: 90, 01 and 0B. RGB value is (144,1,11). Sum of RGB (Red+Green+Blue) = 144+1+11=156 (20% of max value = 765). Red value is 144 (56.64% from 255 or 92.31% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 11 (4.69% from 255 or 7.05% from 156); Max value from RGB is 144 - color contains mainly: red. Hex color #90010B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #90010B is #6FFEF4. Grayscale: #2D2D2D. Windows color (decimal): -7339765 or 721296. OLE color: 721296.
HSL color Cylindrical-coordinate representation of color #90010B: hue angle of 355.8º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #90010B is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 1 | 11 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.44 |
| HSL | 355.8º | 0.99% | 0.28% | - |
| HSV(B) | 355.8º | 0.99% | 0.56% | - |
| XYZ | 11.57 | 5.98 | 0.86 | - |
| YUV | 44.9 | 108.88 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 1 | 11 | 0 | 0.99 | 0.92 | 0.44 | 355.8 | 0.99 | 0.28 |
| Hex | 90 | 1 | B | 0 | 63 | 5C | 2C | 164 | 63 | 1C |
| Octal | 220 | 1 | 13 | 0 | 143 | 134 | 54 | 544 | 143 | 34 |
| Binary | 10010000 | 1 | 1011 | 0 | 1100011 | 1011100 | 101100 | 101100100 | 1100011 | 11100 |
Color Harmonies of #90010B
Complementary color
Monochromatic Colors of #90010B
Black with #90010B
Text Example
Text Example
White with #90010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90010B; }
p { color: rgb(144,1,11); }
H1.HeaderClassName
{
color: #90010B;
}
.AnyTagClassName
{
color: #90010B;
}
</style>
background-color css
<style>
a { background-color: #90010B; }
a { background-color: rgb(144,1,11); }
div.DivClassName
{
background-color: #90010B;
}
.BgClassName
{
background-color: #90010B;
}
</style>
border-color css
<style>
span { border-color: #90010B; }
span { border-color: rgb(144,1,11); }
td.TdClassName
{
border-color: #90010B;
}
.TagClassName
{
border-color: #90010B;
}
</style>