Shades of Carmine #90131E
Tints of Carmine #90131E
RGB
CMYK
RGB Variations
Color information
#90131E (or 0x90131E) is known color: Carmine. HEX triplet: 90, 13 and 1E. RGB value is (144,19,30). Sum of RGB (Red+Green+Blue) = 144+19+30=193 (25% of max value = 765). Red value is 144 (56.64% from 255 or 74.61% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 30 (12.11% from 255 or 15.54% from 193); Max value from RGB is 144 - color contains mainly: red. Hex color #90131E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90131E is #6FECE1. Grayscale: #393939. Windows color (decimal): -7335138 or 1971088. OLE color: 1971088.
HSL color Cylindrical-coordinate representation of color #90131E: hue angle of 354.72º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #90131E is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 19 | 30 | - |
| CMYK | 0 | 0.87 | 0.79 | 0.44 |
| HSL | 354.72º | 0.77% | 0.32% | - |
| HSV(B) | 354.72º | 0.87% | 0.56% | - |
| XYZ | 11.97 | 6.49 | 1.85 | - |
| YUV | 57.63 | 112.41 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 19 | 30 | 0 | 0.87 | 0.79 | 0.44 | 354.72 | 0.77 | 0.32 |
| Hex | 90 | 13 | 1E | 0 | 57 | 4F | 2C | 163 | 4D | 20 |
| Octal | 220 | 23 | 36 | 0 | 127 | 117 | 54 | 543 | 115 | 40 |
| Binary | 10010000 | 10011 | 11110 | 0 | 1010111 | 1001111 | 101100 | 101100011 | 1001101 | 100000 |
Color Harmonies of #90131E
Complementary color
Monochromatic Colors of #90131E
Black with #90131E
Text Example
Text Example
White with #90131E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90131E; }
p { color: rgb(144,19,30); }
H1.HeaderClassName
{
color: #90131E;
}
.AnyTagClassName
{
color: #90131E;
}
</style>
background-color css
<style>
a { background-color: #90131E; }
a { background-color: rgb(144,19,30); }
div.DivClassName
{
background-color: #90131E;
}
.BgClassName
{
background-color: #90131E;
}
</style>
border-color css
<style>
span { border-color: #90131E; }
span { border-color: rgb(144,19,30); }
td.TdClassName
{
border-color: #90131E;
}
.TagClassName
{
border-color: #90131E;
}
</style>