Shades of Rose Bud Cherry #8D375C
Tints of Rose Bud Cherry #8D375C
RGB
CMYK
RGB Variations
Color information
#8D375C (or 0x8D375C) is known color: Rose Bud Cherry. HEX triplet: 8D, 37 and 5C. RGB value is (141,55,92). Sum of RGB (Red+Green+Blue) = 141+55+92=288 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.96% from 288); Green value is 55 (21.88% from 255 or 19.10% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 141 - color contains mainly: red. Hex color #8D375C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D375C is #72C8A3. Grayscale: #545454. Windows color (decimal): -7522468 or 6043533. OLE color: 6043533.
HSL color Cylindrical-coordinate representation of color #8D375C: hue angle of 334.19º 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 #8D375C is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 55 | 92 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.45 |
| HSL | 334.19º | 0.44% | 0.38% | - |
| HSV(B) | 334.19º | 0.61% | 0.55% | - |
| XYZ | 14.28 | 9.17 | 11.14 | - |
| YUV | 84.93 | 131.99 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 55 | 92 | 0 | 0.61 | 0.35 | 0.45 | 334.19 | 0.44 | 0.38 |
| Hex | 8D | 37 | 5C | 0 | 3D | 23 | 2D | 14E | 2C | 26 |
| Octal | 215 | 67 | 134 | 0 | 75 | 43 | 55 | 516 | 54 | 46 |
| Binary | 10001101 | 110111 | 1011100 | 0 | 111101 | 100011 | 101101 | 101001110 | 101100 | 100110 |
Color Harmonies of #8D375C
Complementary color
Monochromatic Colors of #8D375C
Black with #8D375C
Text Example
Text Example
White with #8D375C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D375C; }
p { color: rgb(141,55,92); }
H1.HeaderClassName
{
color: #8D375C;
}
.AnyTagClassName
{
color: #8D375C;
}
</style>
background-color css
<style>
a { background-color: #8D375C; }
a { background-color: rgb(141,55,92); }
div.DivClassName
{
background-color: #8D375C;
}
.BgClassName
{
background-color: #8D375C;
}
</style>
border-color css
<style>
span { border-color: #8D375C; }
span { border-color: rgb(141,55,92); }
td.TdClassName
{
border-color: #8D375C;
}
.TagClassName
{
border-color: #8D375C;
}
</style>