Shades of Carmine #90171D
Tints of Carmine #90171D
RGB
CMYK
RGB Variations
Color information
#90171D (or 0x90171D) is known color: Carmine. HEX triplet: 90, 17 and 1D. RGB value is (144,23,29). Sum of RGB (Red+Green+Blue) = 144+23+29=196 (25% of max value = 765). Red value is 144 (56.64% from 255 or 73.47% from 196); Green value is 23 (9.38% from 255 or 11.73% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 144 - color contains mainly: red. Hex color #90171D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90171D is #6FE8E2. Grayscale: #3B3B3B. Windows color (decimal): -7334115 or 1906576. OLE color: 1906576.
HSL color Cylindrical-coordinate representation of color #90171D: hue angle of 357.02º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #90171D is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 23 | 29 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.44 |
| HSL | 357.02º | 0.72% | 0.33% | - |
| HSV(B) | 357.02º | 0.84% | 0.56% | - |
| XYZ | 12.03 | 6.63 | 1.81 | - |
| YUV | 59.86 | 110.59 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 23 | 29 | 0 | 0.84 | 0.80 | 0.44 | 357.02 | 0.72 | 0.33 |
| Hex | 90 | 17 | 1D | 0 | 54 | 50 | 2C | 165 | 48 | 21 |
| Octal | 220 | 27 | 35 | 0 | 124 | 120 | 54 | 545 | 110 | 41 |
| Binary | 10010000 | 10111 | 11101 | 0 | 1010100 | 1010000 | 101100 | 101100101 | 1001000 | 100001 |
Color Harmonies of #90171D
Complementary color
Monochromatic Colors of #90171D
Black with #90171D
Text Example
Text Example
White with #90171D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90171D; }
p { color: rgb(144,23,29); }
H1.HeaderClassName
{
color: #90171D;
}
.AnyTagClassName
{
color: #90171D;
}
</style>
background-color css
<style>
a { background-color: #90171D; }
a { background-color: rgb(144,23,29); }
div.DivClassName
{
background-color: #90171D;
}
.BgClassName
{
background-color: #90171D;
}
</style>
border-color css
<style>
span { border-color: #90171D; }
span { border-color: rgb(144,23,29); }
td.TdClassName
{
border-color: #90171D;
}
.TagClassName
{
border-color: #90171D;
}
</style>