Shades of Sangria #90090C
Tints of Sangria #90090C
RGB
CMYK
RGB Variations
Color information
#90090C (or 0x90090C) is known color: Sangria. HEX triplet: 90, 09 and 0C. RGB value is (144,9,12). Sum of RGB (Red+Green+Blue) = 144+9+12=165 (21% of max value = 765). Red value is 144 (56.64% from 255 or 87.27% from 165); Green value is 9 (3.91% from 255 or 5.45% from 165); Blue value is 12 (5.08% from 255 or 7.27% from 165); Max value from RGB is 144 - color contains mainly: red. Hex color #90090C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #90090C is #6FF6F3. Grayscale: #313131. Windows color (decimal): -7337716 or 788880. OLE color: 788880.
HSL color Cylindrical-coordinate representation of color #90090C: hue angle of 358.67º 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 #90090C is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 9 | 12 | - |
| CMYK | 0 | 0.94 | 0.92 | 0.44 |
| HSL | 358.67º | 0.88% | 0.3% | - |
| HSV(B) | 358.67º | 0.94% | 0.56% | - |
| XYZ | 11.67 | 6.15 | 0.92 | - |
| YUV | 49.71 | 106.73 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 9 | 12 | 0 | 0.94 | 0.92 | 0.44 | 358.67 | 0.88 | 0.3 |
| Hex | 90 | 9 | C | 0 | 5E | 5C | 2C | 167 | 58 | 1E |
| Octal | 220 | 11 | 14 | 0 | 136 | 134 | 54 | 547 | 130 | 36 |
| Binary | 10010000 | 1001 | 1100 | 0 | 1011110 | 1011100 | 101100 | 101100111 | 1011000 | 11110 |
Color Harmonies of #90090C
Complementary color
Monochromatic Colors of #90090C
Black with #90090C
Text Example
Text Example
White with #90090C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90090C; }
p { color: rgb(144,9,12); }
H1.HeaderClassName
{
color: #90090C;
}
.AnyTagClassName
{
color: #90090C;
}
</style>
background-color css
<style>
a { background-color: #90090C; }
a { background-color: rgb(144,9,12); }
div.DivClassName
{
background-color: #90090C;
}
.BgClassName
{
background-color: #90090C;
}
</style>
border-color css
<style>
span { border-color: #90090C; }
span { border-color: rgb(144,9,12); }
td.TdClassName
{
border-color: #90090C;
}
.TagClassName
{
border-color: #90090C;
}
</style>