Shades of Rose Bud Cherry #90194C
Tints of Rose Bud Cherry #90194C
RGB
CMYK
RGB Variations
Color information
#90194C (or 0x90194C) is known color: Rose Bud Cherry. HEX triplet: 90, 19 and 4C. RGB value is (144,25,76). Sum of RGB (Red+Green+Blue) = 144+25+76=245 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.78% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 144 - color contains mainly: red. Hex color #90194C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90194C is #6FE6B3. Grayscale: #424242. Windows color (decimal): -7333556 or 4987280. OLE color: 4987280.
HSL color Cylindrical-coordinate representation of color #90194C: hue angle of 334.29º degrees, saturation: 0.7, 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 #90194C is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 25 | 76 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.44 |
| HSL | 334.29º | 0.7% | 0.33% | - |
| HSV(B) | 334.29º | 0.83% | 0.56% | - |
| XYZ | 13.15 | 7.15 | 7.52 | - |
| YUV | 66.4 | 133.42 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 25 | 76 | 0 | 0.83 | 0.47 | 0.44 | 334.29 | 0.7 | 0.33 |
| Hex | 90 | 19 | 4C | 0 | 53 | 2F | 2C | 14E | 46 | 21 |
| Octal | 220 | 31 | 114 | 0 | 123 | 57 | 54 | 516 | 106 | 41 |
| Binary | 10010000 | 11001 | 1001100 | 0 | 1010011 | 101111 | 101100 | 101001110 | 1000110 | 100001 |
Color Harmonies of #90194C
Complementary color
Monochromatic Colors of #90194C
Black with #90194C
Text Example
Text Example
White with #90194C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90194C; }
p { color: rgb(144,25,76); }
H1.HeaderClassName
{
color: #90194C;
}
.AnyTagClassName
{
color: #90194C;
}
</style>
background-color css
<style>
a { background-color: #90194C; }
a { background-color: rgb(144,25,76); }
div.DivClassName
{
background-color: #90194C;
}
.BgClassName
{
background-color: #90194C;
}
</style>
border-color css
<style>
span { border-color: #90194C; }
span { border-color: rgb(144,25,76); }
td.TdClassName
{
border-color: #90194C;
}
.TagClassName
{
border-color: #90194C;
}
</style>