Shades of Rose Bud Cherry #882253
Tints of Rose Bud Cherry #882253
RGB
CMYK
RGB Variations
Color information
#882253 (or 0x882253) is known color: Rose Bud Cherry. HEX triplet: 88, 22 and 53. RGB value is (136,34,83). Sum of RGB (Red+Green+Blue) = 136+34+83=253 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.75% from 253); Green value is 34 (13.67% from 255 or 13.44% from 253); Blue value is 83 (32.81% from 255 or 32.81% from 253); Max value from RGB is 136 - color contains mainly: red. Hex color #882253 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882253 is #77DDAC. Grayscale: #454545. Windows color (decimal): -7855533 or 5448328. OLE color: 5448328.
HSL color Cylindrical-coordinate representation of color #882253: hue angle of 331.18º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #882253 is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 34 | 83 | - |
| CMYK | 0 | 0.75 | 0.39 | 0.47 |
| HSL | 331.18º | 0.6% | 0.33% | - |
| HSV(B) | 331.18º | 0.75% | 0.53% | - |
| XYZ | 12.29 | 7 | 8.89 | - |
| YUV | 70.08 | 135.29 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 34 | 83 | 0 | 0.75 | 0.39 | 0.47 | 331.18 | 0.6 | 0.33 |
| Hex | 88 | 22 | 53 | 0 | 4B | 27 | 2F | 14B | 3C | 21 |
| Octal | 210 | 42 | 123 | 0 | 113 | 47 | 57 | 513 | 74 | 41 |
| Binary | 10001000 | 100010 | 1010011 | 0 | 1001011 | 100111 | 101111 | 101001011 | 111100 | 100001 |
Color Harmonies of #882253
Complementary color
Monochromatic Colors of #882253
Black with #882253
Text Example
Text Example
White with #882253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882253; }
p { color: rgb(136,34,83); }
H1.HeaderClassName
{
color: #882253;
}
.AnyTagClassName
{
color: #882253;
}
</style>
background-color css
<style>
a { background-color: #882253; }
a { background-color: rgb(136,34,83); }
div.DivClassName
{
background-color: #882253;
}
.BgClassName
{
background-color: #882253;
}
</style>
border-color css
<style>
span { border-color: #882253; }
span { border-color: rgb(136,34,83); }
td.TdClassName
{
border-color: #882253;
}
.TagClassName
{
border-color: #882253;
}
</style>