Shades of Rose Bud Cherry #883A64
Tints of Rose Bud Cherry #883A64
RGB
CMYK
RGB Variations
Color information
#883A64 (or 0x883A64) is known color: Rose Bud Cherry. HEX triplet: 88, 3A and 64. RGB value is (136,58,100). Sum of RGB (Red+Green+Blue) = 136+58+100=294 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.26% from 294); Green value is 58 (23.05% from 255 or 19.73% from 294); Blue value is 100 (39.45% from 255 or 34.01% from 294); Max value from RGB is 136 - color contains mainly: red. Hex color #883A64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883A64 is #77C59B. Grayscale: #565656. Windows color (decimal): -7849372 or 6568584. OLE color: 6568584.
HSL color Cylindrical-coordinate representation of color #883A64: hue angle of 327.69º 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 #883A64 is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 58 | 100 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.47 |
| HSL | 327.69º | 0.4% | 0.38% | - |
| HSV(B) | 327.69º | 0.57% | 0.53% | - |
| XYZ | 13.97 | 9.18 | 13.09 | - |
| YUV | 86.11 | 135.84 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 58 | 100 | 0 | 0.57 | 0.26 | 0.47 | 327.69 | 0.4 | 0.38 |
| Hex | 88 | 3A | 64 | 0 | 39 | 1A | 2F | 148 | 28 | 26 |
| Octal | 210 | 72 | 144 | 0 | 71 | 32 | 57 | 510 | 50 | 46 |
| Binary | 10001000 | 111010 | 1100100 | 0 | 111001 | 11010 | 101111 | 101001000 | 101000 | 100110 |
Color Harmonies of #883A64
Complementary color
Monochromatic Colors of #883A64
Black with #883A64
Text Example
Text Example
White with #883A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883A64; }
p { color: rgb(136,58,100); }
H1.HeaderClassName
{
color: #883A64;
}
.AnyTagClassName
{
color: #883A64;
}
</style>
background-color css
<style>
a { background-color: #883A64; }
a { background-color: rgb(136,58,100); }
div.DivClassName
{
background-color: #883A64;
}
.BgClassName
{
background-color: #883A64;
}
</style>
border-color css
<style>
span { border-color: #883A64; }
span { border-color: rgb(136,58,100); }
td.TdClassName
{
border-color: #883A64;
}
.TagClassName
{
border-color: #883A64;
}
</style>