Shades of Rose Bud Cherry #883365
Tints of Rose Bud Cherry #883365
RGB
CMYK
RGB Variations
Color information
#883365 (or 0x883365) is known color: Rose Bud Cherry. HEX triplet: 88, 33 and 65. RGB value is (136,51,101). Sum of RGB (Red+Green+Blue) = 136+51+101=288 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.22% from 288); Green value is 51 (20.31% from 255 or 17.71% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 136 - color contains mainly: red. Hex color #883365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883365 is #77CC9A. Grayscale: #525252. Windows color (decimal): -7851163 or 6632328. OLE color: 6632328.
HSL color Cylindrical-coordinate representation of color #883365: hue angle of 324.71º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #883365 is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 51 | 101 | - |
| CMYK | 0 | 0.62 | 0.26 | 0.47 |
| HSL | 324.71º | 0.45% | 0.37% | - |
| HSV(B) | 324.71º | 0.63% | 0.53% | - |
| XYZ | 13.69 | 8.54 | 13.24 | - |
| YUV | 82.12 | 138.66 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 51 | 101 | 0 | 0.62 | 0.26 | 0.47 | 324.71 | 0.45 | 0.37 |
| Hex | 88 | 33 | 65 | 0 | 3E | 1A | 2F | 145 | 2D | 25 |
| Octal | 210 | 63 | 145 | 0 | 76 | 32 | 57 | 505 | 55 | 45 |
| Binary | 10001000 | 110011 | 1100101 | 0 | 111110 | 11010 | 101111 | 101000101 | 101101 | 100101 |
Color Harmonies of #883365
Complementary color
Monochromatic Colors of #883365
Black with #883365
Text Example
Text Example
White with #883365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883365; }
p { color: rgb(136,51,101); }
H1.HeaderClassName
{
color: #883365;
}
.AnyTagClassName
{
color: #883365;
}
</style>
background-color css
<style>
a { background-color: #883365; }
a { background-color: rgb(136,51,101); }
div.DivClassName
{
background-color: #883365;
}
.BgClassName
{
background-color: #883365;
}
</style>
border-color css
<style>
span { border-color: #883365; }
span { border-color: rgb(136,51,101); }
td.TdClassName
{
border-color: #883365;
}
.TagClassName
{
border-color: #883365;
}
</style>