Shades of Sangria #90000B
Tints of Sangria #90000B
RGB
CMYK
RGB Variations
Color information
#90000B (or 0x90000B) is known color: Sangria. HEX triplet: 90, 00 and 0B. RGB value is (144,0,11). Sum of RGB (Red+Green+Blue) = 144+0+11=155 (20% of max value = 765). Red value is 144 (56.64% from 255 or 92.90% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 11 (4.69% from 255 or 7.10% from 155); Max value from RGB is 144 - color contains mainly: red. Hex color #90000B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #90000B is #6FFFF4. Grayscale: #2C2C2C. Windows color (decimal): -7340021 or 721040. OLE color: 721040.
HSL color Cylindrical-coordinate representation of color #90000B: hue angle of 355.42º 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 #90000B is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.92 | 0.44 |
| HSL | 355.42º | 1% | 0.28% | - |
| HSV(B) | 355.42º | 1% | 0.56% | - |
| XYZ | 11.56 | 5.95 | 0.86 | - |
| YUV | 44.31 | 109.21 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 0 | 11 | 0 | 1 | 0.92 | 0.44 | 355.42 | 1 | 0.28 |
| Hex | 90 | 0 | B | 0 | 64 | 5C | 2C | 163 | 64 | 1C |
| Octal | 220 | 0 | 13 | 0 | 144 | 134 | 54 | 543 | 144 | 34 |
| Binary | 10010000 | 0 | 1011 | 0 | 1100100 | 1011100 | 101100 | 101100011 | 1100100 | 11100 |
Color Harmonies of #90000B
Complementary color
Monochromatic Colors of #90000B
Black with #90000B
Text Example
Text Example
White with #90000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90000B; }
p { color: rgb(144,0,11); }
H1.HeaderClassName
{
color: #90000B;
}
.AnyTagClassName
{
color: #90000B;
}
</style>
background-color css
<style>
a { background-color: #90000B; }
a { background-color: rgb(144,0,11); }
div.DivClassName
{
background-color: #90000B;
}
.BgClassName
{
background-color: #90000B;
}
</style>
border-color css
<style>
span { border-color: #90000B; }
span { border-color: rgb(144,0,11); }
td.TdClassName
{
border-color: #90000B;
}
.TagClassName
{
border-color: #90000B;
}
</style>