Shades of Sangria #90080C
Tints of Sangria #90080C
RGB
CMYK
RGB Variations
Color information
#90080C (or 0x90080C) is known color: Sangria. HEX triplet: 90, 08 and 0C. RGB value is (144,8,12). Sum of RGB (Red+Green+Blue) = 144+8+12=164 (21% of max value = 765). Red value is 144 (56.64% from 255 or 87.80% from 164); Green value is 8 (3.52% from 255 or 4.88% from 164); Blue value is 12 (5.08% from 255 or 7.32% from 164); Max value from RGB is 144 - color contains mainly: red. Hex color #90080C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #90080C is #6FF7F3. Grayscale: #313131. Windows color (decimal): -7337972 or 788624. OLE color: 788624.
HSL color Cylindrical-coordinate representation of color #90080C: hue angle of 358.24º 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 #90080C is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 8 | 12 | - |
| CMYK | 0 | 0.94 | 0.92 | 0.44 |
| HSL | 358.24º | 0.89% | 0.3% | - |
| HSV(B) | 358.24º | 0.94% | 0.56% | - |
| XYZ | 11.65 | 6.13 | 0.92 | - |
| YUV | 49.12 | 107.06 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 8 | 12 | 0 | 0.94 | 0.92 | 0.44 | 358.24 | 0.89 | 0.3 |
| Hex | 90 | 8 | C | 0 | 5E | 5C | 2C | 166 | 59 | 1E |
| Octal | 220 | 10 | 14 | 0 | 136 | 134 | 54 | 546 | 131 | 36 |
| Binary | 10010000 | 1000 | 1100 | 0 | 1011110 | 1011100 | 101100 | 101100110 | 1011001 | 11110 |
Color Harmonies of #90080C
Complementary color
Monochromatic Colors of #90080C
Black with #90080C
Text Example
Text Example
White with #90080C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90080C; }
p { color: rgb(144,8,12); }
H1.HeaderClassName
{
color: #90080C;
}
.AnyTagClassName
{
color: #90080C;
}
</style>
background-color css
<style>
a { background-color: #90080C; }
a { background-color: rgb(144,8,12); }
div.DivClassName
{
background-color: #90080C;
}
.BgClassName
{
background-color: #90080C;
}
</style>
border-color css
<style>
span { border-color: #90080C; }
span { border-color: rgb(144,8,12); }
td.TdClassName
{
border-color: #90080C;
}
.TagClassName
{
border-color: #90080C;
}
</style>