Shades of Rose Bud Cherry #8D2765
Tints of Rose Bud Cherry #8D2765
RGB
CMYK
RGB Variations
Color information
#8D2765 (or 0x8D2765) is known color: Rose Bud Cherry. HEX triplet: 8D, 27 and 65. RGB value is (141,39,101). Sum of RGB (Red+Green+Blue) = 141+39+101=281 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.18% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2765 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2765 is #72D89A. Grayscale: #4C4C4C. Windows color (decimal): -7526555 or 6629261. OLE color: 6629261.
HSL color Cylindrical-coordinate representation of color #8D2765: hue angle of 323.53º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D2765 is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 39 | 101 | - |
| CMYK | 0 | 0.72 | 0.28 | 0.45 |
| HSL | 323.53º | 0.57% | 0.35% | - |
| HSV(B) | 323.53º | 0.72% | 0.55% | - |
| XYZ | 14.06 | 8.05 | 13.13 | - |
| YUV | 76.57 | 141.79 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 39 | 101 | 0 | 0.72 | 0.28 | 0.45 | 323.53 | 0.57 | 0.35 |
| Hex | 8D | 27 | 65 | 0 | 48 | 1C | 2D | 144 | 39 | 23 |
| Octal | 215 | 47 | 145 | 0 | 110 | 34 | 55 | 504 | 71 | 43 |
| Binary | 10001101 | 100111 | 1100101 | 0 | 1001000 | 11100 | 101101 | 101000100 | 111001 | 100011 |
Color Harmonies of #8D2765
Complementary color
Monochromatic Colors of #8D2765
Black with #8D2765
Text Example
Text Example
White with #8D2765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2765; }
p { color: rgb(141,39,101); }
H1.HeaderClassName
{
color: #8D2765;
}
.AnyTagClassName
{
color: #8D2765;
}
</style>
background-color css
<style>
a { background-color: #8D2765; }
a { background-color: rgb(141,39,101); }
div.DivClassName
{
background-color: #8D2765;
}
.BgClassName
{
background-color: #8D2765;
}
</style>
border-color css
<style>
span { border-color: #8D2765; }
span { border-color: rgb(141,39,101); }
td.TdClassName
{
border-color: #8D2765;
}
.TagClassName
{
border-color: #8D2765;
}
</style>