Shades of Carmine #900624
Tints of Carmine #900624
RGB
CMYK
RGB Variations
Color information
#900624 (or 0x900624) is known color: Carmine. HEX triplet: 90, 06 and 24. RGB value is (144,6,36). Sum of RGB (Red+Green+Blue) = 144+6+36=186 (24% of max value = 765). Red value is 144 (56.64% from 255 or 77.42% from 186); Green value is 6 (2.73% from 255 or 3.23% from 186); Blue value is 36 (14.45% from 255 or 19.35% from 186); Max value from RGB is 144 - color contains mainly: red. Hex color #900624 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900624 is #6FF9DB. Grayscale: #323232. Windows color (decimal): -7338460 or 2360976. OLE color: 2360976.
HSL color Cylindrical-coordinate representation of color #900624: hue angle of 346.96º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #900624 is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 6 | 36 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.44 |
| HSL | 346.96º | 0.92% | 0.29% | - |
| HSV(B) | 346.96º | 0.96% | 0.56% | - |
| XYZ | 11.89 | 6.19 | 2.24 | - |
| YUV | 50.68 | 119.72 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 6 | 36 | 0 | 0.96 | 0.75 | 0.44 | 346.96 | 0.92 | 0.29 |
| Hex | 90 | 6 | 24 | 0 | 60 | 4B | 2C | 15B | 5C | 1D |
| Octal | 220 | 6 | 44 | 0 | 140 | 113 | 54 | 533 | 134 | 35 |
| Binary | 10010000 | 110 | 100100 | 0 | 1100000 | 1001011 | 101100 | 101011011 | 1011100 | 11101 |
Color Harmonies of #900624
Complementary color
Monochromatic Colors of #900624
Black with #900624
Text Example
Text Example
White with #900624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900624; }
p { color: rgb(144,6,36); }
H1.HeaderClassName
{
color: #900624;
}
.AnyTagClassName
{
color: #900624;
}
</style>
background-color css
<style>
a { background-color: #900624; }
a { background-color: rgb(144,6,36); }
div.DivClassName
{
background-color: #900624;
}
.BgClassName
{
background-color: #900624;
}
</style>
border-color css
<style>
span { border-color: #900624; }
span { border-color: rgb(144,6,36); }
td.TdClassName
{
border-color: #900624;
}
.TagClassName
{
border-color: #900624;
}
</style>