Shades of Carmine #90101F
Tints of Carmine #90101F
RGB
CMYK
RGB Variations
Color information
#90101F (or 0x90101F) is known color: Carmine. HEX triplet: 90, 10 and 1F. RGB value is (144,16,31). Sum of RGB (Red+Green+Blue) = 144+16+31=191 (25% of max value = 765). Red value is 144 (56.64% from 255 or 75.39% from 191); Green value is 16 (6.64% from 255 or 8.38% from 191); Blue value is 31 (12.5% from 255 or 16.23% from 191); Max value from RGB is 144 - color contains mainly: red. Hex color #90101F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90101F is #6FEFE0. Grayscale: #383838. Windows color (decimal): -7335905 or 2035856. OLE color: 2035856.
HSL color Cylindrical-coordinate representation of color #90101F: hue angle of 352.97º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #90101F is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 16 | 31 | - |
| CMYK | 0 | 0.89 | 0.78 | 0.44 |
| HSL | 352.97º | 0.8% | 0.31% | - |
| HSV(B) | 352.97º | 0.89% | 0.56% | - |
| XYZ | 11.93 | 6.4 | 1.9 | - |
| YUV | 55.98 | 113.91 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 16 | 31 | 0 | 0.89 | 0.78 | 0.44 | 352.97 | 0.8 | 0.31 |
| Hex | 90 | 10 | 1F | 0 | 59 | 4E | 2C | 161 | 50 | 1F |
| Octal | 220 | 20 | 37 | 0 | 131 | 116 | 54 | 541 | 120 | 37 |
| Binary | 10010000 | 10000 | 11111 | 0 | 1011001 | 1001110 | 101100 | 101100001 | 1010000 | 11111 |
Color Harmonies of #90101F
Complementary color
Monochromatic Colors of #90101F
Black with #90101F
Text Example
Text Example
White with #90101F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90101F; }
p { color: rgb(144,16,31); }
H1.HeaderClassName
{
color: #90101F;
}
.AnyTagClassName
{
color: #90101F;
}
</style>
background-color css
<style>
a { background-color: #90101F; }
a { background-color: rgb(144,16,31); }
div.DivClassName
{
background-color: #90101F;
}
.BgClassName
{
background-color: #90101F;
}
</style>
border-color css
<style>
span { border-color: #90101F; }
span { border-color: rgb(144,16,31); }
td.TdClassName
{
border-color: #90101F;
}
.TagClassName
{
border-color: #90101F;
}
</style>