Shades of Carmine #900522
Tints of Carmine #900522
RGB
CMYK
RGB Variations
Color information
#900522 (or 0x900522) is known color: Carmine. HEX triplet: 90, 05 and 22. RGB value is (144,5,34). Sum of RGB (Red+Green+Blue) = 144+5+34=183 (24% of max value = 765). Red value is 144 (56.64% from 255 or 78.69% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 34 (13.67% from 255 or 18.58% from 183); Max value from RGB is 144 - color contains mainly: red. Hex color #900522 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900522 is #6FFADD. Grayscale: #313131. Windows color (decimal): -7338718 or 2229648. OLE color: 2229648.
HSL color Cylindrical-coordinate representation of color #900522: hue angle of 347.48º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #900522 is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 5 | 34 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.44 |
| HSL | 347.48º | 0.93% | 0.29% | - |
| HSV(B) | 347.48º | 0.97% | 0.56% | - |
| XYZ | 11.84 | 6.15 | 2.08 | - |
| YUV | 49.87 | 119.05 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 5 | 34 | 0 | 0.97 | 0.76 | 0.44 | 347.48 | 0.93 | 0.29 |
| Hex | 90 | 5 | 22 | 0 | 61 | 4C | 2C | 15B | 5D | 1D |
| Octal | 220 | 5 | 42 | 0 | 141 | 114 | 54 | 533 | 135 | 35 |
| Binary | 10010000 | 101 | 100010 | 0 | 1100001 | 1001100 | 101100 | 101011011 | 1011101 | 11101 |
Color Harmonies of #900522
Complementary color
Monochromatic Colors of #900522
Black with #900522
Text Example
Text Example
White with #900522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900522; }
p { color: rgb(144,5,34); }
H1.HeaderClassName
{
color: #900522;
}
.AnyTagClassName
{
color: #900522;
}
</style>
background-color css
<style>
a { background-color: #900522; }
a { background-color: rgb(144,5,34); }
div.DivClassName
{
background-color: #900522;
}
.BgClassName
{
background-color: #900522;
}
</style>
border-color css
<style>
span { border-color: #900522; }
span { border-color: rgb(144,5,34); }
td.TdClassName
{
border-color: #900522;
}
.TagClassName
{
border-color: #900522;
}
</style>