Shades of Sangria #90050B
Tints of Sangria #90050B
RGB
CMYK
RGB Variations
Color information
#90050B (or 0x90050B) is known color: Sangria. HEX triplet: 90, 05 and 0B. RGB value is (144,5,11). Sum of RGB (Red+Green+Blue) = 144+5+11=160 (21% of max value = 765). Red value is 144 (56.64% from 255 or 90% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 11 (4.69% from 255 or 6.88% from 160); Max value from RGB is 144 - color contains mainly: red. Hex color #90050B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #90050B is #6FFAF4. Grayscale: #2F2F2F. Windows color (decimal): -7338741 or 722320. OLE color: 722320.
HSL color Cylindrical-coordinate representation of color #90050B: hue angle of 357.41º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #90050B is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 5 | 11 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.44 |
| HSL | 357.41º | 0.93% | 0.29% | - |
| HSV(B) | 357.41º | 0.97% | 0.56% | - |
| XYZ | 11.62 | 6.06 | 0.87 | - |
| YUV | 47.25 | 107.55 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 5 | 11 | 0 | 0.97 | 0.92 | 0.44 | 357.41 | 0.93 | 0.29 |
| Hex | 90 | 5 | B | 0 | 61 | 5C | 2C | 165 | 5D | 1D |
| Octal | 220 | 5 | 13 | 0 | 141 | 134 | 54 | 545 | 135 | 35 |
| Binary | 10010000 | 101 | 1011 | 0 | 1100001 | 1011100 | 101100 | 101100101 | 1011101 | 11101 |
Color Harmonies of #90050B
Complementary color
Monochromatic Colors of #90050B
Black with #90050B
Text Example
Text Example
White with #90050B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90050B; }
p { color: rgb(144,5,11); }
H1.HeaderClassName
{
color: #90050B;
}
.AnyTagClassName
{
color: #90050B;
}
</style>
background-color css
<style>
a { background-color: #90050B; }
a { background-color: rgb(144,5,11); }
div.DivClassName
{
background-color: #90050B;
}
.BgClassName
{
background-color: #90050B;
}
</style>
border-color css
<style>
span { border-color: #90050B; }
span { border-color: rgb(144,5,11); }
td.TdClassName
{
border-color: #90050B;
}
.TagClassName
{
border-color: #90050B;
}
</style>