Shades of Carmine #900825
Tints of Carmine #900825
RGB
CMYK
RGB Variations
Color information
#900825 (or 0x900825) is known color: Carmine. HEX triplet: 90, 08 and 25. RGB value is (144,8,37). Sum of RGB (Red+Green+Blue) = 144+8+37=189 (25% of max value = 765). Red value is 144 (56.64% from 255 or 76.19% from 189); Green value is 8 (3.52% from 255 or 4.23% from 189); Blue value is 37 (14.84% from 255 or 19.58% from 189); Max value from RGB is 144 - color contains mainly: red. Hex color #900825 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900825 is #6FF7DA. Grayscale: #333333. Windows color (decimal): -7337947 or 2427024. OLE color: 2427024.
HSL color Cylindrical-coordinate representation of color #900825: hue angle of 347.21º 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 #900825 is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 8 | 37 | - |
| CMYK | 0 | 0.94 | 0.74 | 0.44 |
| HSL | 347.21º | 0.89% | 0.3% | - |
| HSV(B) | 347.21º | 0.94% | 0.56% | - |
| XYZ | 11.92 | 6.24 | 2.33 | - |
| YUV | 51.97 | 119.56 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 8 | 37 | 0 | 0.94 | 0.74 | 0.44 | 347.21 | 0.89 | 0.3 |
| Hex | 90 | 8 | 25 | 0 | 5E | 4A | 2C | 15B | 59 | 1E |
| Octal | 220 | 10 | 45 | 0 | 136 | 112 | 54 | 533 | 131 | 36 |
| Binary | 10010000 | 1000 | 100101 | 0 | 1011110 | 1001010 | 101100 | 101011011 | 1011001 | 11110 |
Color Harmonies of #900825
Complementary color
Monochromatic Colors of #900825
Black with #900825
Text Example
Text Example
White with #900825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900825; }
p { color: rgb(144,8,37); }
H1.HeaderClassName
{
color: #900825;
}
.AnyTagClassName
{
color: #900825;
}
</style>
background-color css
<style>
a { background-color: #900825; }
a { background-color: rgb(144,8,37); }
div.DivClassName
{
background-color: #900825;
}
.BgClassName
{
background-color: #900825;
}
</style>
border-color css
<style>
span { border-color: #900825; }
span { border-color: rgb(144,8,37); }
td.TdClassName
{
border-color: #900825;
}
.TagClassName
{
border-color: #900825;
}
</style>