Shades of Rose Bud Cherry #883A5C
Tints of Rose Bud Cherry #883A5C
RGB
CMYK
RGB Variations
Color information
#883A5C (or 0x883A5C) is known color: Rose Bud Cherry. HEX triplet: 88, 3A and 5C. RGB value is (136,58,92). Sum of RGB (Red+Green+Blue) = 136+58+92=286 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.55% from 286); Green value is 58 (23.05% from 255 or 20.28% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 136 - color contains mainly: red. Hex color #883A5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883A5C is #77C5A3. Grayscale: #555555. Windows color (decimal): -7849380 or 6044296. OLE color: 6044296.
HSL color Cylindrical-coordinate representation of color #883A5C: hue angle of 333.85º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #883A5C is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 58 | 92 | - |
| CMYK | 0 | 0.57 | 0.32 | 0.47 |
| HSL | 333.85º | 0.4% | 0.38% | - |
| HSV(B) | 333.85º | 0.57% | 0.53% | - |
| XYZ | 13.6 | 9.03 | 11.15 | - |
| YUV | 85.2 | 131.84 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 58 | 92 | 0 | 0.57 | 0.32 | 0.47 | 333.85 | 0.4 | 0.38 |
| Hex | 88 | 3A | 5C | 0 | 39 | 20 | 2F | 14E | 28 | 26 |
| Octal | 210 | 72 | 134 | 0 | 71 | 40 | 57 | 516 | 50 | 46 |
| Binary | 10001000 | 111010 | 1011100 | 0 | 111001 | 100000 | 101111 | 101001110 | 101000 | 100110 |
Color Harmonies of #883A5C
Complementary color
Monochromatic Colors of #883A5C
Black with #883A5C
Text Example
Text Example
White with #883A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883A5C; }
p { color: rgb(136,58,92); }
H1.HeaderClassName
{
color: #883A5C;
}
.AnyTagClassName
{
color: #883A5C;
}
</style>
background-color css
<style>
a { background-color: #883A5C; }
a { background-color: rgb(136,58,92); }
div.DivClassName
{
background-color: #883A5C;
}
.BgClassName
{
background-color: #883A5C;
}
</style>
border-color css
<style>
span { border-color: #883A5C; }
span { border-color: rgb(136,58,92); }
td.TdClassName
{
border-color: #883A5C;
}
.TagClassName
{
border-color: #883A5C;
}
</style>