Shades of Carmine #900820
Tints of Carmine #900820
RGB
CMYK
RGB Variations
Color information
#900820 (or 0x900820) is known color: Carmine. HEX triplet: 90, 08 and 20. RGB value is (144,8,32). Sum of RGB (Red+Green+Blue) = 144+8+32=184 (24% of max value = 765). Red value is 144 (56.64% from 255 or 78.26% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 32 (12.89% from 255 or 17.39% from 184); Max value from RGB is 144 - color contains mainly: red. Hex color #900820 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900820 is #6FF7DF. Grayscale: #333333. Windows color (decimal): -7337952 or 2099344. OLE color: 2099344.
HSL color Cylindrical-coordinate representation of color #900820: hue angle of 349.41º 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 #900820 is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 8 | 32 | - |
| CMYK | 0 | 0.94 | 0.78 | 0.44 |
| HSL | 349.41º | 0.89% | 0.3% | - |
| HSV(B) | 349.41º | 0.94% | 0.56% | - |
| XYZ | 11.85 | 6.21 | 1.94 | - |
| YUV | 51.4 | 117.06 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 8 | 32 | 0 | 0.94 | 0.78 | 0.44 | 349.41 | 0.89 | 0.3 |
| Hex | 90 | 8 | 20 | 0 | 5E | 4E | 2C | 15D | 59 | 1E |
| Octal | 220 | 10 | 40 | 0 | 136 | 116 | 54 | 535 | 131 | 36 |
| Binary | 10010000 | 1000 | 100000 | 0 | 1011110 | 1001110 | 101100 | 101011101 | 1011001 | 11110 |
Color Harmonies of #900820
Complementary color
Monochromatic Colors of #900820
Black with #900820
Text Example
Text Example
White with #900820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900820; }
p { color: rgb(144,8,32); }
H1.HeaderClassName
{
color: #900820;
}
.AnyTagClassName
{
color: #900820;
}
</style>
background-color css
<style>
a { background-color: #900820; }
a { background-color: rgb(144,8,32); }
div.DivClassName
{
background-color: #900820;
}
.BgClassName
{
background-color: #900820;
}
</style>
border-color css
<style>
span { border-color: #900820; }
span { border-color: rgb(144,8,32); }
td.TdClassName
{
border-color: #900820;
}
.TagClassName
{
border-color: #900820;
}
</style>