Shades of Sangria #90010A
Tints of Sangria #90010A
RGB
CMYK
RGB Variations
Color information
#90010A (or 0x90010A) is known color: Sangria. HEX triplet: 90, 01 and 0A. RGB value is (144,1,10). Sum of RGB (Red+Green+Blue) = 144+1+10=155 (20% of max value = 765). Red value is 144 (56.64% from 255 or 92.90% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 10 (4.30% from 255 or 6.45% from 155); Max value from RGB is 144 - color contains mainly: red. Hex color #90010A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #90010A is #6FFEF5. Grayscale: #2C2C2C. Windows color (decimal): -7339766 or 655760. OLE color: 655760.
HSL color Cylindrical-coordinate representation of color #90010A: hue angle of 356.22º 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 #90010A is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 1 | 10 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.44 |
| HSL | 356.22º | 0.99% | 0.28% | - |
| HSV(B) | 356.22º | 0.99% | 0.56% | - |
| XYZ | 11.57 | 5.97 | 0.83 | - |
| YUV | 44.78 | 108.38 | 198.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 1 | 10 | 0 | 0.99 | 0.93 | 0.44 | 356.22 | 0.99 | 0.28 |
| Hex | 90 | 1 | A | 0 | 63 | 5D | 2C | 164 | 63 | 1C |
| Octal | 220 | 1 | 12 | 0 | 143 | 135 | 54 | 544 | 143 | 34 |
| Binary | 10010000 | 1 | 1010 | 0 | 1100011 | 1011101 | 101100 | 101100100 | 1100011 | 11100 |
Color Harmonies of #90010A
Complementary color
Monochromatic Colors of #90010A
Black with #90010A
Text Example
Text Example
White with #90010A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90010A; }
p { color: rgb(144,1,10); }
H1.HeaderClassName
{
color: #90010A;
}
.AnyTagClassName
{
color: #90010A;
}
</style>
background-color css
<style>
a { background-color: #90010A; }
a { background-color: rgb(144,1,10); }
div.DivClassName
{
background-color: #90010A;
}
.BgClassName
{
background-color: #90010A;
}
</style>
border-color css
<style>
span { border-color: #90010A; }
span { border-color: rgb(144,1,10); }
td.TdClassName
{
border-color: #90010A;
}
.TagClassName
{
border-color: #90010A;
}
</style>