Shades of Sangria #90090F
Tints of Sangria #90090F
RGB
CMYK
RGB Variations
Color information
#90090F (or 0x90090F) is known color: Sangria. HEX triplet: 90, 09 and 0F. RGB value is (144,9,15). Sum of RGB (Red+Green+Blue) = 144+9+15=168 (22% of max value = 765). Red value is 144 (56.64% from 255 or 85.71% from 168); Green value is 9 (3.91% from 255 or 5.36% from 168); Blue value is 15 (6.25% from 255 or 8.93% from 168); Max value from RGB is 144 - color contains mainly: red. Hex color #90090F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #90090F is #6FF6F0. Grayscale: #323232. Windows color (decimal): -7337713 or 985488. OLE color: 985488.
HSL color Cylindrical-coordinate representation of color #90090F: hue angle of 357.33º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #90090F is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 9 | 15 | - |
| CMYK | 0 | 0.94 | 0.90 | 0.44 |
| HSL | 357.33º | 0.88% | 0.3% | - |
| HSV(B) | 357.33º | 0.94% | 0.56% | - |
| XYZ | 11.69 | 6.16 | 1.02 | - |
| YUV | 50.05 | 108.23 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 9 | 15 | 0 | 0.94 | 0.90 | 0.44 | 357.33 | 0.88 | 0.3 |
| Hex | 90 | 9 | F | 0 | 5E | 5A | 2C | 165 | 58 | 1E |
| Octal | 220 | 11 | 17 | 0 | 136 | 132 | 54 | 545 | 130 | 36 |
| Binary | 10010000 | 1001 | 1111 | 0 | 1011110 | 1011010 | 101100 | 101100101 | 1011000 | 11110 |
Color Harmonies of #90090F
Complementary color
Monochromatic Colors of #90090F
Black with #90090F
Text Example
Text Example
White with #90090F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90090F; }
p { color: rgb(144,9,15); }
H1.HeaderClassName
{
color: #90090F;
}
.AnyTagClassName
{
color: #90090F;
}
</style>
background-color css
<style>
a { background-color: #90090F; }
a { background-color: rgb(144,9,15); }
div.DivClassName
{
background-color: #90090F;
}
.BgClassName
{
background-color: #90090F;
}
</style>
border-color css
<style>
span { border-color: #90090F; }
span { border-color: rgb(144,9,15); }
td.TdClassName
{
border-color: #90090F;
}
.TagClassName
{
border-color: #90090F;
}
</style>