Shades of Carmine #900821
Tints of Carmine #900821
RGB
CMYK
RGB Variations
Color information
#900821 (or 0x900821) is known color: Carmine. HEX triplet: 90, 08 and 21. RGB value is (144,8,33). Sum of RGB (Red+Green+Blue) = 144+8+33=185 (24% of max value = 765). Red value is 144 (56.64% from 255 or 77.84% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 33 (13.28% from 255 or 17.84% from 185); Max value from RGB is 144 - color contains mainly: red. Hex color #900821 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900821 is #6FF7DE. Grayscale: #333333. Windows color (decimal): -7337951 or 2164880. OLE color: 2164880.
HSL color Cylindrical-coordinate representation of color #900821: hue angle of 348.97º 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 #900821 is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 8 | 33 | - |
| CMYK | 0 | 0.94 | 0.77 | 0.44 |
| HSL | 348.97º | 0.89% | 0.3% | - |
| HSV(B) | 348.97º | 0.94% | 0.56% | - |
| XYZ | 11.86 | 6.21 | 2.01 | - |
| YUV | 51.51 | 117.56 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 8 | 33 | 0 | 0.94 | 0.77 | 0.44 | 348.97 | 0.89 | 0.3 |
| Hex | 90 | 8 | 21 | 0 | 5E | 4D | 2C | 15D | 59 | 1E |
| Octal | 220 | 10 | 41 | 0 | 136 | 115 | 54 | 535 | 131 | 36 |
| Binary | 10010000 | 1000 | 100001 | 0 | 1011110 | 1001101 | 101100 | 101011101 | 1011001 | 11110 |
Color Harmonies of #900821
Complementary color
Monochromatic Colors of #900821
Black with #900821
Text Example
Text Example
White with #900821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900821; }
p { color: rgb(144,8,33); }
H1.HeaderClassName
{
color: #900821;
}
.AnyTagClassName
{
color: #900821;
}
</style>
background-color css
<style>
a { background-color: #900821; }
a { background-color: rgb(144,8,33); }
div.DivClassName
{
background-color: #900821;
}
.BgClassName
{
background-color: #900821;
}
</style>
border-color css
<style>
span { border-color: #900821; }
span { border-color: rgb(144,8,33); }
td.TdClassName
{
border-color: #900821;
}
.TagClassName
{
border-color: #900821;
}
</style>