Shades of Rose Bud Cherry #8D305C
Tints of Rose Bud Cherry #8D305C
RGB
CMYK
RGB Variations
Color information
#8D305C (or 0x8D305C) is known color: Rose Bud Cherry. HEX triplet: 8D, 30 and 5C. RGB value is (141,48,92). Sum of RGB (Red+Green+Blue) = 141+48+92=281 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.18% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 141 - color contains mainly: red. Hex color #8D305C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D305C is #72CFA3. Grayscale: #505050. Windows color (decimal): -7524260 or 6041741. OLE color: 6041741.
HSL color Cylindrical-coordinate representation of color #8D305C: hue angle of 331.61º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8D305C is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 48 | 92 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.45 |
| HSL | 331.61º | 0.49% | 0.37% | - |
| HSV(B) | 331.61º | 0.66% | 0.55% | - |
| XYZ | 13.97 | 8.55 | 11.04 | - |
| YUV | 80.82 | 134.31 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 48 | 92 | 0 | 0.66 | 0.35 | 0.45 | 331.61 | 0.49 | 0.37 |
| Hex | 8D | 30 | 5C | 0 | 42 | 23 | 2D | 14C | 31 | 25 |
| Octal | 215 | 60 | 134 | 0 | 102 | 43 | 55 | 514 | 61 | 45 |
| Binary | 10001101 | 110000 | 1011100 | 0 | 1000010 | 100011 | 101101 | 101001100 | 110001 | 100101 |
Color Harmonies of #8D305C
Complementary color
Monochromatic Colors of #8D305C
Black with #8D305C
Text Example
Text Example
White with #8D305C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D305C; }
p { color: rgb(141,48,92); }
H1.HeaderClassName
{
color: #8D305C;
}
.AnyTagClassName
{
color: #8D305C;
}
</style>
background-color css
<style>
a { background-color: #8D305C; }
a { background-color: rgb(141,48,92); }
div.DivClassName
{
background-color: #8D305C;
}
.BgClassName
{
background-color: #8D305C;
}
</style>
border-color css
<style>
span { border-color: #8D305C; }
span { border-color: rgb(141,48,92); }
td.TdClassName
{
border-color: #8D305C;
}
.TagClassName
{
border-color: #8D305C;
}
</style>