Shades of Carmine #900823
Tints of Carmine #900823
RGB
CMYK
RGB Variations
Color information
#900823 (or 0x900823) is known color: Carmine. HEX triplet: 90, 08 and 23. RGB value is (144,8,35). Sum of RGB (Red+Green+Blue) = 144+8+35=187 (24% of max value = 765). Red value is 144 (56.64% from 255 or 77.01% from 187); Green value is 8 (3.52% from 255 or 4.28% from 187); Blue value is 35 (14.06% from 255 or 18.72% from 187); Max value from RGB is 144 - color contains mainly: red. Hex color #900823 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900823 is #6FF7DC. Grayscale: #333333. Windows color (decimal): -7337949 or 2295952. OLE color: 2295952.
HSL color Cylindrical-coordinate representation of color #900823: hue angle of 348.09º 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 #900823 is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 8 | 35 | - |
| CMYK | 0 | 0.94 | 0.76 | 0.44 |
| HSL | 348.09º | 0.89% | 0.3% | - |
| HSV(B) | 348.09º | 0.94% | 0.56% | - |
| XYZ | 11.89 | 6.22 | 2.16 | - |
| YUV | 51.74 | 118.56 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 8 | 35 | 0 | 0.94 | 0.76 | 0.44 | 348.09 | 0.89 | 0.3 |
| Hex | 90 | 8 | 23 | 0 | 5E | 4C | 2C | 15C | 59 | 1E |
| Octal | 220 | 10 | 43 | 0 | 136 | 114 | 54 | 534 | 131 | 36 |
| Binary | 10010000 | 1000 | 100011 | 0 | 1011110 | 1001100 | 101100 | 101011100 | 1011001 | 11110 |
Color Harmonies of #900823
Complementary color
Monochromatic Colors of #900823
Black with #900823
Text Example
Text Example
White with #900823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900823; }
p { color: rgb(144,8,35); }
H1.HeaderClassName
{
color: #900823;
}
.AnyTagClassName
{
color: #900823;
}
</style>
background-color css
<style>
a { background-color: #900823; }
a { background-color: rgb(144,8,35); }
div.DivClassName
{
background-color: #900823;
}
.BgClassName
{
background-color: #900823;
}
</style>
border-color css
<style>
span { border-color: #900823; }
span { border-color: rgb(144,8,35); }
td.TdClassName
{
border-color: #900823;
}
.TagClassName
{
border-color: #900823;
}
</style>