Shades of Sangria #90020A
Tints of Sangria #90020A
RGB
CMYK
RGB Variations
Color information
#90020A (or 0x90020A) is known color: Sangria. HEX triplet: 90, 02 and 0A. RGB value is (144,2,10). Sum of RGB (Red+Green+Blue) = 144+2+10=156 (20% of max value = 765). Red value is 144 (56.64% from 255 or 92.31% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 10 (4.30% from 255 or 6.41% from 156); Max value from RGB is 144 - color contains mainly: red. Hex color #90020A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #90020A is #6FFDF5. Grayscale: #2D2D2D. Windows color (decimal): -7339510 or 656016. OLE color: 656016.
HSL color Cylindrical-coordinate representation of color #90020A: hue angle of 356.62º 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 #90020A is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 2 | 10 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.44 |
| HSL | 356.62º | 0.97% | 0.29% | - |
| HSV(B) | 356.62º | 0.99% | 0.56% | - |
| XYZ | 11.58 | 5.99 | 0.83 | - |
| YUV | 45.37 | 108.04 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 2 | 10 | 0 | 0.99 | 0.93 | 0.44 | 356.62 | 0.97 | 0.29 |
| Hex | 90 | 2 | A | 0 | 63 | 5D | 2C | 165 | 61 | 1D |
| Octal | 220 | 2 | 12 | 0 | 143 | 135 | 54 | 545 | 141 | 35 |
| Binary | 10010000 | 10 | 1010 | 0 | 1100011 | 1011101 | 101100 | 101100101 | 1100001 | 11101 |
Color Harmonies of #90020A
Complementary color
Monochromatic Colors of #90020A
Black with #90020A
Text Example
Text Example
White with #90020A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90020A; }
p { color: rgb(144,2,10); }
H1.HeaderClassName
{
color: #90020A;
}
.AnyTagClassName
{
color: #90020A;
}
</style>
background-color css
<style>
a { background-color: #90020A; }
a { background-color: rgb(144,2,10); }
div.DivClassName
{
background-color: #90020A;
}
.BgClassName
{
background-color: #90020A;
}
</style>
border-color css
<style>
span { border-color: #90020A; }
span { border-color: rgb(144,2,10); }
td.TdClassName
{
border-color: #90020A;
}
.TagClassName
{
border-color: #90020A;
}
</style>