Shades of Rose Bud Cherry #8D3767
Tints of Rose Bud Cherry #8D3767
RGB
CMYK
RGB Variations
Color information
#8D3767 (or 0x8D3767) is known color: Rose Bud Cherry. HEX triplet: 8D, 37 and 67. RGB value is (141,55,103). Sum of RGB (Red+Green+Blue) = 141+55+103=299 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.16% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 103 (40.62% from 255 or 34.45% from 299); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3767 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3767 is #72C898. Grayscale: #565656. Windows color (decimal): -7522457 or 6764429. OLE color: 6764429.
HSL color Cylindrical-coordinate representation of color #8D3767: hue angle of 326.51º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8D3767 is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 55 | 103 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.45 |
| HSL | 326.51º | 0.44% | 0.38% | - |
| HSV(B) | 326.51º | 0.61% | 0.55% | - |
| XYZ | 14.8 | 9.37 | 13.86 | - |
| YUV | 86.19 | 137.49 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 55 | 103 | 0 | 0.61 | 0.27 | 0.45 | 326.51 | 0.44 | 0.38 |
| Hex | 8D | 37 | 67 | 0 | 3D | 1B | 2D | 147 | 2C | 26 |
| Octal | 215 | 67 | 147 | 0 | 75 | 33 | 55 | 507 | 54 | 46 |
| Binary | 10001101 | 110111 | 1100111 | 0 | 111101 | 11011 | 101101 | 101000111 | 101100 | 100110 |
Color Harmonies of #8D3767
Complementary color
Monochromatic Colors of #8D3767
Black with #8D3767
Text Example
Text Example
White with #8D3767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3767; }
p { color: rgb(141,55,103); }
H1.HeaderClassName
{
color: #8D3767;
}
.AnyTagClassName
{
color: #8D3767;
}
</style>
background-color css
<style>
a { background-color: #8D3767; }
a { background-color: rgb(141,55,103); }
div.DivClassName
{
background-color: #8D3767;
}
.BgClassName
{
background-color: #8D3767;
}
</style>
border-color css
<style>
span { border-color: #8D3767; }
span { border-color: rgb(141,55,103); }
td.TdClassName
{
border-color: #8D3767;
}
.TagClassName
{
border-color: #8D3767;
}
</style>