Shades of Carmine #90081F
Tints of Carmine #90081F
RGB
CMYK
RGB Variations
Color information
#90081F (or 0x90081F) is known color: Carmine. HEX triplet: 90, 08 and 1F. RGB value is (144,8,31). Sum of RGB (Red+Green+Blue) = 144+8+31=183 (24% of max value = 765). Red value is 144 (56.64% from 255 or 78.69% from 183); Green value is 8 (3.52% from 255 or 4.37% from 183); Blue value is 31 (12.5% from 255 or 16.94% from 183); Max value from RGB is 144 - color contains mainly: red. Hex color #90081F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90081F is #6FF7E0. Grayscale: #333333. Windows color (decimal): -7337953 or 2033808. OLE color: 2033808.
HSL color Cylindrical-coordinate representation of color #90081F: hue angle of 349.85º degrees, saturation: 0.89, 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 #90081F is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 8 | 31 | - |
| CMYK | 0 | 0.94 | 0.78 | 0.44 |
| HSL | 349.85º | 0.89% | 0.3% | - |
| HSV(B) | 349.85º | 0.94% | 0.56% | - |
| XYZ | 11.84 | 6.2 | 1.87 | - |
| YUV | 51.29 | 116.56 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 8 | 31 | 0 | 0.94 | 0.78 | 0.44 | 349.85 | 0.89 | 0.3 |
| Hex | 90 | 8 | 1F | 0 | 5E | 4E | 2C | 15E | 59 | 1E |
| Octal | 220 | 10 | 37 | 0 | 136 | 116 | 54 | 536 | 131 | 36 |
| Binary | 10010000 | 1000 | 11111 | 0 | 1011110 | 1001110 | 101100 | 101011110 | 1011001 | 11110 |
Color Harmonies of #90081F
Complementary color
Monochromatic Colors of #90081F
Black with #90081F
Text Example
Text Example
White with #90081F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90081F; }
p { color: rgb(144,8,31); }
H1.HeaderClassName
{
color: #90081F;
}
.AnyTagClassName
{
color: #90081F;
}
</style>
background-color css
<style>
a { background-color: #90081F; }
a { background-color: rgb(144,8,31); }
div.DivClassName
{
background-color: #90081F;
}
.BgClassName
{
background-color: #90081F;
}
</style>
border-color css
<style>
span { border-color: #90081F; }
span { border-color: rgb(144,8,31); }
td.TdClassName
{
border-color: #90081F;
}
.TagClassName
{
border-color: #90081F;
}
</style>