Shades of Carmine #90041B
Tints of Carmine #90041B
RGB
CMYK
RGB Variations
Color information
#90041B (or 0x90041B) is known color: Carmine. HEX triplet: 90, 04 and 1B. RGB value is (144,4,27). Sum of RGB (Red+Green+Blue) = 144+4+27=175 (23% of max value = 765). Red value is 144 (56.64% from 255 or 82.29% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 27 (10.94% from 255 or 15.43% from 175); Max value from RGB is 144 - color contains mainly: red. Hex color #90041B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90041B is #6FFBE4. Grayscale: #303030. Windows color (decimal): -7338981 or 1770640. OLE color: 1770640.
HSL color Cylindrical-coordinate representation of color #90041B: hue angle of 350.14º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #90041B is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 4 | 27 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.44 |
| HSL | 350.14º | 0.95% | 0.29% | - |
| HSV(B) | 350.14º | 0.97% | 0.56% | - |
| XYZ | 11.74 | 6.1 | 1.59 | - |
| YUV | 48.48 | 115.88 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 4 | 27 | 0 | 0.97 | 0.81 | 0.44 | 350.14 | 0.95 | 0.29 |
| Hex | 90 | 4 | 1B | 0 | 61 | 51 | 2C | 15E | 5F | 1D |
| Octal | 220 | 4 | 33 | 0 | 141 | 121 | 54 | 536 | 137 | 35 |
| Binary | 10010000 | 100 | 11011 | 0 | 1100001 | 1010001 | 101100 | 101011110 | 1011111 | 11101 |
Color Harmonies of #90041B
Complementary color
Monochromatic Colors of #90041B
Black with #90041B
Text Example
Text Example
White with #90041B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90041B; }
p { color: rgb(144,4,27); }
H1.HeaderClassName
{
color: #90041B;
}
.AnyTagClassName
{
color: #90041B;
}
</style>
background-color css
<style>
a { background-color: #90041B; }
a { background-color: rgb(144,4,27); }
div.DivClassName
{
background-color: #90041B;
}
.BgClassName
{
background-color: #90041B;
}
</style>
border-color css
<style>
span { border-color: #90041B; }
span { border-color: rgb(144,4,27); }
td.TdClassName
{
border-color: #90041B;
}
.TagClassName
{
border-color: #90041B;
}
</style>