Shades of Rose Bud Cherry #853363
Tints of Rose Bud Cherry #853363
RGB
CMYK
RGB Variations
Color information
#853363 (or 0x853363) is known color: Rose Bud Cherry. HEX triplet: 85, 33 and 63. RGB value is (133,51,99). Sum of RGB (Red+Green+Blue) = 133+51+99=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 51 (20.31% from 255 or 18.02% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #853363 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853363 is #7ACC9C. Grayscale: #505050. Windows color (decimal): -8047773 or 6501253. OLE color: 6501253.
HSL color Cylindrical-coordinate representation of color #853363: hue angle of 324.88º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #853363 is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 51 | 99 | - |
| CMYK | 0 | 0.62 | 0.26 | 0.48 |
| HSL | 324.88º | 0.45% | 0.36% | - |
| HSV(B) | 324.88º | 0.62% | 0.52% | - |
| XYZ | 13.11 | 8.26 | 12.71 | - |
| YUV | 80.99 | 138.17 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 51 | 99 | 0 | 0.62 | 0.26 | 0.48 | 324.88 | 0.45 | 0.36 |
| Hex | 85 | 33 | 63 | 0 | 3E | 1A | 30 | 145 | 2D | 24 |
| Octal | 205 | 63 | 143 | 0 | 76 | 32 | 60 | 505 | 55 | 44 |
| Binary | 10000101 | 110011 | 1100011 | 0 | 111110 | 11010 | 110000 | 101000101 | 101101 | 100100 |
Color Harmonies of #853363
Complementary color
Monochromatic Colors of #853363
Black with #853363
Text Example
Text Example
White with #853363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853363; }
p { color: rgb(133,51,99); }
H1.HeaderClassName
{
color: #853363;
}
.AnyTagClassName
{
color: #853363;
}
</style>
background-color css
<style>
a { background-color: #853363; }
a { background-color: rgb(133,51,99); }
div.DivClassName
{
background-color: #853363;
}
.BgClassName
{
background-color: #853363;
}
</style>
border-color css
<style>
span { border-color: #853363; }
span { border-color: rgb(133,51,99); }
td.TdClassName
{
border-color: #853363;
}
.TagClassName
{
border-color: #853363;
}
</style>