Shades of Rose Bud Cherry #90164B
Tints of Rose Bud Cherry #90164B
RGB
CMYK
RGB Variations
Color information
#90164B (or 0x90164B) is known color: Rose Bud Cherry. HEX triplet: 90, 16 and 4B. RGB value is (144,22,75). Sum of RGB (Red+Green+Blue) = 144+22+75=241 (31% of max value = 765). Red value is 144 (56.64% from 255 or 59.75% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 144 - color contains mainly: red. Hex color #90164B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90164B is #6FE9B4. Grayscale: #404040. Windows color (decimal): -7334325 or 4920976. OLE color: 4920976.
HSL color Cylindrical-coordinate representation of color #90164B: hue angle of 333.93º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #90164B is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 22 | 75 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.44 |
| HSL | 333.93º | 0.73% | 0.33% | - |
| HSV(B) | 333.93º | 0.85% | 0.56% | - |
| XYZ | 13.06 | 7.01 | 7.32 | - |
| YUV | 64.52 | 133.92 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 22 | 75 | 0 | 0.85 | 0.48 | 0.44 | 333.93 | 0.73 | 0.33 |
| Hex | 90 | 16 | 4B | 0 | 55 | 30 | 2C | 14E | 49 | 21 |
| Octal | 220 | 26 | 113 | 0 | 125 | 60 | 54 | 516 | 111 | 41 |
| Binary | 10010000 | 10110 | 1001011 | 0 | 1010101 | 110000 | 101100 | 101001110 | 1001001 | 100001 |
Color Harmonies of #90164B
Complementary color
Monochromatic Colors of #90164B
Black with #90164B
Text Example
Text Example
White with #90164B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90164B; }
p { color: rgb(144,22,75); }
H1.HeaderClassName
{
color: #90164B;
}
.AnyTagClassName
{
color: #90164B;
}
</style>
background-color css
<style>
a { background-color: #90164B; }
a { background-color: rgb(144,22,75); }
div.DivClassName
{
background-color: #90164B;
}
.BgClassName
{
background-color: #90164B;
}
</style>
border-color css
<style>
span { border-color: #90164B; }
span { border-color: rgb(144,22,75); }
td.TdClassName
{
border-color: #90164B;
}
.TagClassName
{
border-color: #90164B;
}
</style>