Shades of Rose Bud Cherry #8D2352
Tints of Rose Bud Cherry #8D2352
RGB
CMYK
RGB Variations
Color information
#8D2352 (or 0x8D2352) is known color: Rose Bud Cherry. HEX triplet: 8D, 23 and 52. RGB value is (141,35,82). Sum of RGB (Red+Green+Blue) = 141+35+82=258 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.65% from 258); Green value is 35 (14.06% from 255 or 13.57% from 258); Blue value is 82 (32.42% from 255 or 31.78% from 258); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2352 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2352 is #72DCAD. Grayscale: #474747. Windows color (decimal): -7527598 or 5383053. OLE color: 5383053.
HSL color Cylindrical-coordinate representation of color #8D2352: hue angle of 333.4º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8D2352 is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 35 | 82 | - |
| CMYK | 0 | 0.75 | 0.42 | 0.45 |
| HSL | 333.4º | 0.6% | 0.35% | - |
| HSV(B) | 333.4º | 0.75% | 0.55% | - |
| XYZ | 13.11 | 7.47 | 8.73 | - |
| YUV | 72.05 | 133.62 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 35 | 82 | 0 | 0.75 | 0.42 | 0.45 | 333.4 | 0.6 | 0.35 |
| Hex | 8D | 23 | 52 | 0 | 4B | 2A | 2D | 14D | 3C | 23 |
| Octal | 215 | 43 | 122 | 0 | 113 | 52 | 55 | 515 | 74 | 43 |
| Binary | 10001101 | 100011 | 1010010 | 0 | 1001011 | 101010 | 101101 | 101001101 | 111100 | 100011 |
Color Harmonies of #8D2352
Complementary color
Monochromatic Colors of #8D2352
Black with #8D2352
Text Example
Text Example
White with #8D2352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2352; }
p { color: rgb(141,35,82); }
H1.HeaderClassName
{
color: #8D2352;
}
.AnyTagClassName
{
color: #8D2352;
}
</style>
background-color css
<style>
a { background-color: #8D2352; }
a { background-color: rgb(141,35,82); }
div.DivClassName
{
background-color: #8D2352;
}
.BgClassName
{
background-color: #8D2352;
}
</style>
border-color css
<style>
span { border-color: #8D2352; }
span { border-color: rgb(141,35,82); }
td.TdClassName
{
border-color: #8D2352;
}
.TagClassName
{
border-color: #8D2352;
}
</style>