Shades of Sangria #90020D
Tints of Sangria #90020D
RGB
CMYK
RGB Variations
Color information
#90020D (or 0x90020D) is known color: Sangria. HEX triplet: 90, 02 and 0D. RGB value is (144,2,13). Sum of RGB (Red+Green+Blue) = 144+2+13=159 (21% of max value = 765). Red value is 144 (56.64% from 255 or 90.57% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 13 (5.47% from 255 or 8.18% from 159); Max value from RGB is 144 - color contains mainly: red. Hex color #90020D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #90020D is #6FFDF2. Grayscale: #2D2D2D. Windows color (decimal): -7339507 or 852624. OLE color: 852624.
HSL color Cylindrical-coordinate representation of color #90020D: hue angle of 355.35º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #90020D is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 2 | 13 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.44 |
| HSL | 355.35º | 0.97% | 0.29% | - |
| HSV(B) | 355.35º | 0.99% | 0.56% | - |
| XYZ | 11.6 | 6 | 0.93 | - |
| YUV | 45.71 | 109.54 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 2 | 13 | 0 | 0.99 | 0.91 | 0.44 | 355.35 | 0.97 | 0.29 |
| Hex | 90 | 2 | D | 0 | 63 | 5B | 2C | 163 | 61 | 1D |
| Octal | 220 | 2 | 15 | 0 | 143 | 133 | 54 | 543 | 141 | 35 |
| Binary | 10010000 | 10 | 1101 | 0 | 1100011 | 1011011 | 101100 | 101100011 | 1100001 | 11101 |
Color Harmonies of #90020D
Complementary color
Monochromatic Colors of #90020D
Black with #90020D
Text Example
Text Example
White with #90020D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90020D; }
p { color: rgb(144,2,13); }
H1.HeaderClassName
{
color: #90020D;
}
.AnyTagClassName
{
color: #90020D;
}
</style>
background-color css
<style>
a { background-color: #90020D; }
a { background-color: rgb(144,2,13); }
div.DivClassName
{
background-color: #90020D;
}
.BgClassName
{
background-color: #90020D;
}
</style>
border-color css
<style>
span { border-color: #90020D; }
span { border-color: rgb(144,2,13); }
td.TdClassName
{
border-color: #90020D;
}
.TagClassName
{
border-color: #90020D;
}
</style>