Shades of Sangria #90000F
Tints of Sangria #90000F
RGB
CMYK
RGB Variations
Color information
#90000F (or 0x90000F) is known color: Sangria. HEX triplet: 90, 00 and 0F. RGB value is (144,0,15). Sum of RGB (Red+Green+Blue) = 144+0+15=159 (21% of max value = 765). Red value is 144 (56.64% from 255 or 90.57% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 144 - color contains mainly: red. Hex color #90000F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #90000F is #6FFFF0. Grayscale: #2C2C2C. Windows color (decimal): -7340017 or 983184. OLE color: 983184.
HSL color Cylindrical-coordinate representation of color #90000F: hue angle of 353.75º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #90000F is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.90 | 0.44 |
| HSL | 353.75º | 1% | 0.28% | - |
| HSV(B) | 353.75º | 1% | 0.56% | - |
| XYZ | 11.59 | 5.96 | 0.99 | - |
| YUV | 44.77 | 111.21 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 0 | 15 | 0 | 1 | 0.90 | 0.44 | 353.75 | 1 | 0.28 |
| Hex | 90 | 0 | F | 0 | 64 | 5A | 2C | 162 | 64 | 1C |
| Octal | 220 | 0 | 17 | 0 | 144 | 132 | 54 | 542 | 144 | 34 |
| Binary | 10010000 | 0 | 1111 | 0 | 1100100 | 1011010 | 101100 | 101100010 | 1100100 | 11100 |
Color Harmonies of #90000F
Complementary color
Monochromatic Colors of #90000F
Black with #90000F
Text Example
Text Example
White with #90000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90000F; }
p { color: rgb(144,0,15); }
H1.HeaderClassName
{
color: #90000F;
}
.AnyTagClassName
{
color: #90000F;
}
</style>
background-color css
<style>
a { background-color: #90000F; }
a { background-color: rgb(144,0,15); }
div.DivClassName
{
background-color: #90000F;
}
.BgClassName
{
background-color: #90000F;
}
</style>
border-color css
<style>
span { border-color: #90000F; }
span { border-color: rgb(144,0,15); }
td.TdClassName
{
border-color: #90000F;
}
.TagClassName
{
border-color: #90000F;
}
</style>