Shades of Carmine #90091C
Tints of Carmine #90091C
RGB
CMYK
RGB Variations
Color information
#90091C (or 0x90091C) is known color: Carmine. HEX triplet: 90, 09 and 1C. RGB value is (144,9,28). Sum of RGB (Red+Green+Blue) = 144+9+28=181 (23% of max value = 765). Red value is 144 (56.64% from 255 or 79.56% from 181); Green value is 9 (3.91% from 255 or 4.97% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 144 - color contains mainly: red. Hex color #90091C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90091C is #6FF6E3. Grayscale: #333333. Windows color (decimal): -7337700 or 1837456. OLE color: 1837456.
HSL color Cylindrical-coordinate representation of color #90091C: hue angle of 351.56º degrees, saturation: 0.88, 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 #90091C is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 9 | 28 | - |
| CMYK | 0 | 0.94 | 0.81 | 0.44 |
| HSL | 351.56º | 0.88% | 0.3% | - |
| HSV(B) | 351.56º | 0.94% | 0.56% | - |
| XYZ | 11.81 | 6.21 | 1.67 | - |
| YUV | 51.53 | 114.73 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 9 | 28 | 0 | 0.94 | 0.81 | 0.44 | 351.56 | 0.88 | 0.3 |
| Hex | 90 | 9 | 1C | 0 | 5E | 51 | 2C | 160 | 58 | 1E |
| Octal | 220 | 11 | 34 | 0 | 136 | 121 | 54 | 540 | 130 | 36 |
| Binary | 10010000 | 1001 | 11100 | 0 | 1011110 | 1010001 | 101100 | 101100000 | 1011000 | 11110 |
Color Harmonies of #90091C
Complementary color
Monochromatic Colors of #90091C
Black with #90091C
Text Example
Text Example
White with #90091C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90091C; }
p { color: rgb(144,9,28); }
H1.HeaderClassName
{
color: #90091C;
}
.AnyTagClassName
{
color: #90091C;
}
</style>
background-color css
<style>
a { background-color: #90091C; }
a { background-color: rgb(144,9,28); }
div.DivClassName
{
background-color: #90091C;
}
.BgClassName
{
background-color: #90091C;
}
</style>
border-color css
<style>
span { border-color: #90091C; }
span { border-color: rgb(144,9,28); }
td.TdClassName
{
border-color: #90091C;
}
.TagClassName
{
border-color: #90091C;
}
</style>