Shades of Rose Bud Cherry #8D3462
Tints of Rose Bud Cherry #8D3462
RGB
CMYK
RGB Variations
Color information
#8D3462 (or 0x8D3462) is known color: Rose Bud Cherry. HEX triplet: 8D, 34 and 62. RGB value is (141,52,98). Sum of RGB (Red+Green+Blue) = 141+52+98=291 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.45% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3462 is #72CB9D. Grayscale: #535353. Windows color (decimal): -7523230 or 6435981. OLE color: 6435981.
HSL color Cylindrical-coordinate representation of color #8D3462: hue angle of 328.99º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8D3462 is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 52 | 98 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.45 |
| HSL | 328.99º | 0.46% | 0.38% | - |
| HSV(B) | 328.99º | 0.63% | 0.55% | - |
| XYZ | 14.42 | 9 | 12.53 | - |
| YUV | 83.86 | 135.99 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 52 | 98 | 0 | 0.63 | 0.30 | 0.45 | 328.99 | 0.46 | 0.38 |
| Hex | 8D | 34 | 62 | 0 | 3F | 1E | 2D | 149 | 2E | 26 |
| Octal | 215 | 64 | 142 | 0 | 77 | 36 | 55 | 511 | 56 | 46 |
| Binary | 10001101 | 110100 | 1100010 | 0 | 111111 | 11110 | 101101 | 101001001 | 101110 | 100110 |
Color Harmonies of #8D3462
Complementary color
Monochromatic Colors of #8D3462
Black with #8D3462
Text Example
Text Example
White with #8D3462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3462; }
p { color: rgb(141,52,98); }
H1.HeaderClassName
{
color: #8D3462;
}
.AnyTagClassName
{
color: #8D3462;
}
</style>
background-color css
<style>
a { background-color: #8D3462; }
a { background-color: rgb(141,52,98); }
div.DivClassName
{
background-color: #8D3462;
}
.BgClassName
{
background-color: #8D3462;
}
</style>
border-color css
<style>
span { border-color: #8D3462; }
span { border-color: rgb(141,52,98); }
td.TdClassName
{
border-color: #8D3462;
}
.TagClassName
{
border-color: #8D3462;
}
</style>