Shades of Rose Bud Cherry #90184C
Tints of Rose Bud Cherry #90184C
RGB
CMYK
RGB Variations
Color information
#90184C (or 0x90184C) is known color: Rose Bud Cherry. HEX triplet: 90, 18 and 4C. RGB value is (144,24,76). Sum of RGB (Red+Green+Blue) = 144+24+76=244 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.02% from 244); Green value is 24 (9.77% from 255 or 9.84% from 244); Blue value is 76 (30.08% from 255 or 31.15% from 244); Max value from RGB is 144 - color contains mainly: red. Hex color #90184C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90184C is #6FE7B3. Grayscale: #414141. Windows color (decimal): -7333812 or 4987024. OLE color: 4987024.
HSL color Cylindrical-coordinate representation of color #90184C: hue angle of 334º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #90184C is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 24 | 76 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.44 |
| HSL | 334º | 0.71% | 0.33% | - |
| HSV(B) | 334º | 0.83% | 0.56% | - |
| XYZ | 13.13 | 7.1 | 7.52 | - |
| YUV | 65.81 | 133.76 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 24 | 76 | 0 | 0.83 | 0.47 | 0.44 | 334 | 0.71 | 0.33 |
| Hex | 90 | 18 | 4C | 0 | 53 | 2F | 2C | 14E | 47 | 21 |
| Octal | 220 | 30 | 114 | 0 | 123 | 57 | 54 | 516 | 107 | 41 |
| Binary | 10010000 | 11000 | 1001100 | 0 | 1010011 | 101111 | 101100 | 101001110 | 1000111 | 100001 |
Color Harmonies of #90184C
Complementary color
Monochromatic Colors of #90184C
Black with #90184C
Text Example
Text Example
White with #90184C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90184C; }
p { color: rgb(144,24,76); }
H1.HeaderClassName
{
color: #90184C;
}
.AnyTagClassName
{
color: #90184C;
}
</style>
background-color css
<style>
a { background-color: #90184C; }
a { background-color: rgb(144,24,76); }
div.DivClassName
{
background-color: #90184C;
}
.BgClassName
{
background-color: #90184C;
}
</style>
border-color css
<style>
span { border-color: #90184C; }
span { border-color: rgb(144,24,76); }
td.TdClassName
{
border-color: #90184C;
}
.TagClassName
{
border-color: #90184C;
}
</style>