Shades of Carmine #900817
Tints of Carmine #900817
RGB
CMYK
RGB Variations
Color information
#900817 (or 0x900817) is known color: Carmine. HEX triplet: 90, 08 and 17. RGB value is (144,8,23). Sum of RGB (Red+Green+Blue) = 144+8+23=175 (23% of max value = 765). Red value is 144 (56.64% from 255 or 82.29% from 175); Green value is 8 (3.52% from 255 or 4.57% from 175); Blue value is 23 (9.38% from 255 or 13.14% from 175); Max value from RGB is 144 - color contains mainly: red. Hex color #900817 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900817 is #6FF7E8. Grayscale: #323232. Windows color (decimal): -7337961 or 1509520. OLE color: 1509520.
HSL color Cylindrical-coordinate representation of color #900817: hue angle of 353.38º 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 #900817 is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 8 | 23 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.44 |
| HSL | 353.38º | 0.89% | 0.3% | - |
| HSV(B) | 353.38º | 0.94% | 0.56% | - |
| XYZ | 11.74 | 6.16 | 1.38 | - |
| YUV | 50.37 | 112.56 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 8 | 23 | 0 | 0.94 | 0.84 | 0.44 | 353.38 | 0.89 | 0.3 |
| Hex | 90 | 8 | 17 | 0 | 5E | 54 | 2C | 161 | 59 | 1E |
| Octal | 220 | 10 | 27 | 0 | 136 | 124 | 54 | 541 | 131 | 36 |
| Binary | 10010000 | 1000 | 10111 | 0 | 1011110 | 1010100 | 101100 | 101100001 | 1011001 | 11110 |
Color Harmonies of #900817
Complementary color
Monochromatic Colors of #900817
Black with #900817
Text Example
Text Example
White with #900817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900817; }
p { color: rgb(144,8,23); }
H1.HeaderClassName
{
color: #900817;
}
.AnyTagClassName
{
color: #900817;
}
</style>
background-color css
<style>
a { background-color: #900817; }
a { background-color: rgb(144,8,23); }
div.DivClassName
{
background-color: #900817;
}
.BgClassName
{
background-color: #900817;
}
</style>
border-color css
<style>
span { border-color: #900817; }
span { border-color: rgb(144,8,23); }
td.TdClassName
{
border-color: #900817;
}
.TagClassName
{
border-color: #900817;
}
</style>