Shades of Carmine #90091F
Tints of Carmine #90091F
RGB
CMYK
RGB Variations
Color information
#90091F (or 0x90091F) is known color: Carmine. HEX triplet: 90, 09 and 1F. RGB value is (144,9,31). Sum of RGB (Red+Green+Blue) = 144+9+31=184 (24% of max value = 765). Red value is 144 (56.64% from 255 or 78.26% from 184); Green value is 9 (3.91% from 255 or 4.89% from 184); Blue value is 31 (12.5% from 255 or 16.85% from 184); Max value from RGB is 144 - color contains mainly: red. Hex color #90091F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90091F is #6FF6E0. Grayscale: #333333. Windows color (decimal): -7337697 or 2034064. OLE color: 2034064.
HSL color Cylindrical-coordinate representation of color #90091F: hue angle of 350.22º 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 #90091F is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 9 | 31 | - |
| CMYK | 0 | 0.94 | 0.78 | 0.44 |
| HSL | 350.22º | 0.88% | 0.3% | - |
| HSV(B) | 350.22º | 0.94% | 0.56% | - |
| XYZ | 11.85 | 6.22 | 1.87 | - |
| YUV | 51.87 | 116.23 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 9 | 31 | 0 | 0.94 | 0.78 | 0.44 | 350.22 | 0.88 | 0.3 |
| Hex | 90 | 9 | 1F | 0 | 5E | 4E | 2C | 15E | 58 | 1E |
| Octal | 220 | 11 | 37 | 0 | 136 | 116 | 54 | 536 | 130 | 36 |
| Binary | 10010000 | 1001 | 11111 | 0 | 1011110 | 1001110 | 101100 | 101011110 | 1011000 | 11110 |
Color Harmonies of #90091F
Complementary color
Monochromatic Colors of #90091F
Black with #90091F
Text Example
Text Example
White with #90091F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90091F; }
p { color: rgb(144,9,31); }
H1.HeaderClassName
{
color: #90091F;
}
.AnyTagClassName
{
color: #90091F;
}
</style>
background-color css
<style>
a { background-color: #90091F; }
a { background-color: rgb(144,9,31); }
div.DivClassName
{
background-color: #90091F;
}
.BgClassName
{
background-color: #90091F;
}
</style>
border-color css
<style>
span { border-color: #90091F; }
span { border-color: rgb(144,9,31); }
td.TdClassName
{
border-color: #90091F;
}
.TagClassName
{
border-color: #90091F;
}
</style>