Shades of Rose Bud Cherry #903353
Tints of Rose Bud Cherry #903353
RGB
CMYK
RGB Variations
Color information
#903353 (or 0x903353) is known color: Rose Bud Cherry. HEX triplet: 90, 33 and 53. RGB value is (144,51,83). Sum of RGB (Red+Green+Blue) = 144+51+83=278 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.80% from 278); Green value is 51 (20.31% from 255 or 18.35% from 278); Blue value is 83 (32.81% from 255 or 29.86% from 278); Max value from RGB is 144 - color contains mainly: red. Hex color #903353 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #903353 is #6FCCAC. Grayscale: #525252. Windows color (decimal): -7326893 or 5452688. OLE color: 5452688.
HSL color Cylindrical-coordinate representation of color #903353: hue angle of 339.35º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #903353 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 51 | 83 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.44 |
| HSL | 339.35º | 0.48% | 0.38% | - |
| HSV(B) | 339.35º | 0.65% | 0.56% | - |
| XYZ | 14.25 | 8.92 | 9.15 | - |
| YUV | 82.46 | 128.31 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 51 | 83 | 0 | 0.65 | 0.42 | 0.44 | 339.35 | 0.48 | 0.38 |
| Hex | 90 | 33 | 53 | 0 | 41 | 2A | 2C | 153 | 30 | 26 |
| Octal | 220 | 63 | 123 | 0 | 101 | 52 | 54 | 523 | 60 | 46 |
| Binary | 10010000 | 110011 | 1010011 | 0 | 1000001 | 101010 | 101100 | 101010011 | 110000 | 100110 |
Color Harmonies of #903353
Complementary color
Monochromatic Colors of #903353
Black with #903353
Text Example
Text Example
White with #903353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903353; }
p { color: rgb(144,51,83); }
H1.HeaderClassName
{
color: #903353;
}
.AnyTagClassName
{
color: #903353;
}
</style>
background-color css
<style>
a { background-color: #903353; }
a { background-color: rgb(144,51,83); }
div.DivClassName
{
background-color: #903353;
}
.BgClassName
{
background-color: #903353;
}
</style>
border-color css
<style>
span { border-color: #903353; }
span { border-color: rgb(144,51,83); }
td.TdClassName
{
border-color: #903353;
}
.TagClassName
{
border-color: #903353;
}
</style>