Shades of Carmine #90061F
Tints of Carmine #90061F
RGB
CMYK
RGB Variations
Color information
#90061F (or 0x90061F) is known color: Carmine. HEX triplet: 90, 06 and 1F. RGB value is (144,6,31). Sum of RGB (Red+Green+Blue) = 144+6+31=181 (23% of max value = 765). Red value is 144 (56.64% from 255 or 79.56% from 181); Green value is 6 (2.73% from 255 or 3.31% from 181); Blue value is 31 (12.5% from 255 or 17.13% from 181); Max value from RGB is 144 - color contains mainly: red. Hex color #90061F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90061F is #6FF9E0. Grayscale: #323232. Windows color (decimal): -7338465 or 2033296. OLE color: 2033296.
HSL color Cylindrical-coordinate representation of color #90061F: hue angle of 349.13º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #90061F is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 6 | 31 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.44 |
| HSL | 349.13º | 0.92% | 0.29% | - |
| HSV(B) | 349.13º | 0.96% | 0.56% | - |
| XYZ | 11.81 | 6.16 | 1.86 | - |
| YUV | 50.11 | 117.22 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 6 | 31 | 0 | 0.96 | 0.78 | 0.44 | 349.13 | 0.92 | 0.29 |
| Hex | 90 | 6 | 1F | 0 | 60 | 4E | 2C | 15D | 5C | 1D |
| Octal | 220 | 6 | 37 | 0 | 140 | 116 | 54 | 535 | 134 | 35 |
| Binary | 10010000 | 110 | 11111 | 0 | 1100000 | 1001110 | 101100 | 101011101 | 1011100 | 11101 |
Color Harmonies of #90061F
Complementary color
Monochromatic Colors of #90061F
Black with #90061F
Text Example
Text Example
White with #90061F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90061F; }
p { color: rgb(144,6,31); }
H1.HeaderClassName
{
color: #90061F;
}
.AnyTagClassName
{
color: #90061F;
}
</style>
background-color css
<style>
a { background-color: #90061F; }
a { background-color: rgb(144,6,31); }
div.DivClassName
{
background-color: #90061F;
}
.BgClassName
{
background-color: #90061F;
}
</style>
border-color css
<style>
span { border-color: #90061F; }
span { border-color: rgb(144,6,31); }
td.TdClassName
{
border-color: #90061F;
}
.TagClassName
{
border-color: #90061F;
}
</style>