Shades of Sangria #90020B
Tints of Sangria #90020B
RGB
CMYK
RGB Variations
Color information
#90020B (or 0x90020B) is known color: Sangria. HEX triplet: 90, 02 and 0B. RGB value is (144,2,11). Sum of RGB (Red+Green+Blue) = 144+2+11=157 (20% of max value = 765). Red value is 144 (56.64% from 255 or 91.72% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 11 (4.69% from 255 or 7.01% from 157); Max value from RGB is 144 - color contains mainly: red. Hex color #90020B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #90020B is #6FFDF4. Grayscale: #2D2D2D. Windows color (decimal): -7339509 or 721552. OLE color: 721552.
HSL color Cylindrical-coordinate representation of color #90020B: hue angle of 356.2º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #90020B is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 2 | 11 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.44 |
| HSL | 356.2º | 0.97% | 0.29% | - |
| HSV(B) | 356.2º | 0.99% | 0.56% | - |
| XYZ | 11.58 | 6 | 0.86 | - |
| YUV | 45.48 | 108.54 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 2 | 11 | 0 | 0.99 | 0.92 | 0.44 | 356.2 | 0.97 | 0.29 |
| Hex | 90 | 2 | B | 0 | 63 | 5C | 2C | 164 | 61 | 1D |
| Octal | 220 | 2 | 13 | 0 | 143 | 134 | 54 | 544 | 141 | 35 |
| Binary | 10010000 | 10 | 1011 | 0 | 1100011 | 1011100 | 101100 | 101100100 | 1100001 | 11101 |
Color Harmonies of #90020B
Complementary color
Monochromatic Colors of #90020B
Black with #90020B
Text Example
Text Example
White with #90020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90020B; }
p { color: rgb(144,2,11); }
H1.HeaderClassName
{
color: #90020B;
}
.AnyTagClassName
{
color: #90020B;
}
</style>
background-color css
<style>
a { background-color: #90020B; }
a { background-color: rgb(144,2,11); }
div.DivClassName
{
background-color: #90020B;
}
.BgClassName
{
background-color: #90020B;
}
</style>
border-color css
<style>
span { border-color: #90020B; }
span { border-color: rgb(144,2,11); }
td.TdClassName
{
border-color: #90020B;
}
.TagClassName
{
border-color: #90020B;
}
</style>