Shades of Carmine #90131F
Tints of Carmine #90131F
RGB
CMYK
RGB Variations
Color information
#90131F (or 0x90131F) is known color: Carmine. HEX triplet: 90, 13 and 1F. RGB value is (144,19,31). Sum of RGB (Red+Green+Blue) = 144+19+31=194 (25% of max value = 765). Red value is 144 (56.64% from 255 or 74.23% from 194); Green value is 19 (7.81% from 255 or 9.79% from 194); Blue value is 31 (12.5% from 255 or 15.98% from 194); Max value from RGB is 144 - color contains mainly: red. Hex color #90131F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90131F is #6FECE0. Grayscale: #393939. Windows color (decimal): -7335137 or 2036624. OLE color: 2036624.
HSL color Cylindrical-coordinate representation of color #90131F: hue angle of 354.24º 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 #90131F is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 19 | 31 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.44 |
| HSL | 354.24º | 0.77% | 0.32% | - |
| HSV(B) | 354.24º | 0.87% | 0.56% | - |
| XYZ | 11.98 | 6.49 | 1.92 | - |
| YUV | 57.74 | 112.91 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 19 | 31 | 0 | 0.87 | 0.78 | 0.44 | 354.24 | 0.77 | 0.32 |
| Hex | 90 | 13 | 1F | 0 | 57 | 4E | 2C | 162 | 4D | 20 |
| Octal | 220 | 23 | 37 | 0 | 127 | 116 | 54 | 542 | 115 | 40 |
| Binary | 10010000 | 10011 | 11111 | 0 | 1010111 | 1001110 | 101100 | 101100010 | 1001101 | 100000 |
Color Harmonies of #90131F
Complementary color
Monochromatic Colors of #90131F
Black with #90131F
Text Example
Text Example
White with #90131F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90131F; }
p { color: rgb(144,19,31); }
H1.HeaderClassName
{
color: #90131F;
}
.AnyTagClassName
{
color: #90131F;
}
</style>
background-color css
<style>
a { background-color: #90131F; }
a { background-color: rgb(144,19,31); }
div.DivClassName
{
background-color: #90131F;
}
.BgClassName
{
background-color: #90131F;
}
</style>
border-color css
<style>
span { border-color: #90131F; }
span { border-color: rgb(144,19,31); }
td.TdClassName
{
border-color: #90131F;
}
.TagClassName
{
border-color: #90131F;
}
</style>