Shades of Carmine #900623
Tints of Carmine #900623
RGB
CMYK
RGB Variations
Color information
#900623 (or 0x900623) is known color: Carmine. HEX triplet: 90, 06 and 23. RGB value is (144,6,35). Sum of RGB (Red+Green+Blue) = 144+6+35=185 (24% of max value = 765). Red value is 144 (56.64% from 255 or 77.84% from 185); Green value is 6 (2.73% from 255 or 3.24% from 185); Blue value is 35 (14.06% from 255 or 18.92% from 185); Max value from RGB is 144 - color contains mainly: red. Hex color #900623 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900623 is #6FF9DC. Grayscale: #323232. Windows color (decimal): -7338461 or 2295440. OLE color: 2295440.
HSL color Cylindrical-coordinate representation of color #900623: hue angle of 347.39º 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 #900623 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 6 | 35 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.44 |
| HSL | 347.39º | 0.92% | 0.29% | - |
| HSV(B) | 347.39º | 0.96% | 0.56% | - |
| XYZ | 11.87 | 6.18 | 2.16 | - |
| YUV | 50.57 | 119.22 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 6 | 35 | 0 | 0.96 | 0.76 | 0.44 | 347.39 | 0.92 | 0.29 |
| Hex | 90 | 6 | 23 | 0 | 60 | 4C | 2C | 15B | 5C | 1D |
| Octal | 220 | 6 | 43 | 0 | 140 | 114 | 54 | 533 | 134 | 35 |
| Binary | 10010000 | 110 | 100011 | 0 | 1100000 | 1001100 | 101100 | 101011011 | 1011100 | 11101 |
Color Harmonies of #900623
Complementary color
Monochromatic Colors of #900623
Black with #900623
Text Example
Text Example
White with #900623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900623; }
p { color: rgb(144,6,35); }
H1.HeaderClassName
{
color: #900623;
}
.AnyTagClassName
{
color: #900623;
}
</style>
background-color css
<style>
a { background-color: #900623; }
a { background-color: rgb(144,6,35); }
div.DivClassName
{
background-color: #900623;
}
.BgClassName
{
background-color: #900623;
}
</style>
border-color css
<style>
span { border-color: #900623; }
span { border-color: rgb(144,6,35); }
td.TdClassName
{
border-color: #900623;
}
.TagClassName
{
border-color: #900623;
}
</style>