Shades of Sangria #90080B
Tints of Sangria #90080B
RGB
CMYK
RGB Variations
Color information
#90080B (or 0x90080B) is known color: Sangria. HEX triplet: 90, 08 and 0B. RGB value is (144,8,11). Sum of RGB (Red+Green+Blue) = 144+8+11=163 (21% of max value = 765). Red value is 144 (56.64% from 255 or 88.34% from 163); Green value is 8 (3.52% from 255 or 4.91% from 163); Blue value is 11 (4.69% from 255 or 6.75% from 163); Max value from RGB is 144 - color contains mainly: red. Hex color #90080B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #90080B is #6FF7F4. Grayscale: #313131. Windows color (decimal): -7337973 or 723088. OLE color: 723088.
HSL color Cylindrical-coordinate representation of color #90080B: hue angle of 358.68º degrees, saturation: 0.89, 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 #90080B is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 8 | 11 | - |
| CMYK | 0 | 0.94 | 0.92 | 0.44 |
| HSL | 358.68º | 0.89% | 0.3% | - |
| HSV(B) | 358.68º | 0.94% | 0.56% | - |
| XYZ | 11.65 | 6.13 | 0.89 | - |
| YUV | 49.01 | 106.56 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 8 | 11 | 0 | 0.94 | 0.92 | 0.44 | 358.68 | 0.89 | 0.3 |
| Hex | 90 | 8 | B | 0 | 5E | 5C | 2C | 167 | 59 | 1E |
| Octal | 220 | 10 | 13 | 0 | 136 | 134 | 54 | 547 | 131 | 36 |
| Binary | 10010000 | 1000 | 1011 | 0 | 1011110 | 1011100 | 101100 | 101100111 | 1011001 | 11110 |
Color Harmonies of #90080B
Complementary color
Monochromatic Colors of #90080B
Black with #90080B
Text Example
Text Example
White with #90080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90080B; }
p { color: rgb(144,8,11); }
H1.HeaderClassName
{
color: #90080B;
}
.AnyTagClassName
{
color: #90080B;
}
</style>
background-color css
<style>
a { background-color: #90080B; }
a { background-color: rgb(144,8,11); }
div.DivClassName
{
background-color: #90080B;
}
.BgClassName
{
background-color: #90080B;
}
</style>
border-color css
<style>
span { border-color: #90080B; }
span { border-color: rgb(144,8,11); }
td.TdClassName
{
border-color: #90080B;
}
.TagClassName
{
border-color: #90080B;
}
</style>