Shades of Carmine #90081C
Tints of Carmine #90081C
RGB
CMYK
RGB Variations
Color information
#90081C (or 0x90081C) is known color: Carmine. HEX triplet: 90, 08 and 1C. RGB value is (144,8,28). Sum of RGB (Red+Green+Blue) = 144+8+28=180 (23% of max value = 765). Red value is 144 (56.64% from 255 or 80% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 28 (11.33% from 255 or 15.56% from 180); Max value from RGB is 144 - color contains mainly: red. Hex color #90081C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90081C is #6FF7E3. Grayscale: #323232. Windows color (decimal): -7337956 or 1837200. OLE color: 1837200.
HSL color Cylindrical-coordinate representation of color #90081C: hue angle of 351.18º 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 #90081C is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 8 | 28 | - |
| CMYK | 0 | 0.94 | 0.81 | 0.44 |
| HSL | 351.18º | 0.89% | 0.3% | - |
| HSV(B) | 351.18º | 0.94% | 0.56% | - |
| XYZ | 11.8 | 6.19 | 1.67 | - |
| YUV | 50.94 | 115.06 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 8 | 28 | 0 | 0.94 | 0.81 | 0.44 | 351.18 | 0.89 | 0.3 |
| Hex | 90 | 8 | 1C | 0 | 5E | 51 | 2C | 15F | 59 | 1E |
| Octal | 220 | 10 | 34 | 0 | 136 | 121 | 54 | 537 | 131 | 36 |
| Binary | 10010000 | 1000 | 11100 | 0 | 1011110 | 1010001 | 101100 | 101011111 | 1011001 | 11110 |
Color Harmonies of #90081C
Complementary color
Monochromatic Colors of #90081C
Black with #90081C
Text Example
Text Example
White with #90081C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90081C; }
p { color: rgb(144,8,28); }
H1.HeaderClassName
{
color: #90081C;
}
.AnyTagClassName
{
color: #90081C;
}
</style>
background-color css
<style>
a { background-color: #90081C; }
a { background-color: rgb(144,8,28); }
div.DivClassName
{
background-color: #90081C;
}
.BgClassName
{
background-color: #90081C;
}
</style>
border-color css
<style>
span { border-color: #90081C; }
span { border-color: rgb(144,8,28); }
td.TdClassName
{
border-color: #90081C;
}
.TagClassName
{
border-color: #90081C;
}
</style>