Shades of Rose Bud Cherry #8D3058
Tints of Rose Bud Cherry #8D3058
RGB
CMYK
RGB Variations
Color information
#8D3058 (or 0x8D3058) is known color: Rose Bud Cherry. HEX triplet: 8D, 30 and 58. RGB value is (141,48,88). Sum of RGB (Red+Green+Blue) = 141+48+88=277 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.90% from 277); Green value is 48 (19.14% from 255 or 17.33% from 277); Blue value is 88 (34.77% from 255 or 31.77% from 277); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3058 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3058 is #72CFA7. Grayscale: #505050. Windows color (decimal): -7524264 or 5779597. OLE color: 5779597.
HSL color Cylindrical-coordinate representation of color #8D3058: hue angle of 334.19º 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 #8D3058 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 48 | 88 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.45 |
| HSL | 334.19º | 0.49% | 0.37% | - |
| HSV(B) | 334.19º | 0.66% | 0.55% | - |
| XYZ | 13.8 | 8.48 | 10.14 | - |
| YUV | 80.37 | 132.31 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 48 | 88 | 0 | 0.66 | 0.38 | 0.45 | 334.19 | 0.49 | 0.37 |
| Hex | 8D | 30 | 58 | 0 | 42 | 26 | 2D | 14E | 31 | 25 |
| Octal | 215 | 60 | 130 | 0 | 102 | 46 | 55 | 516 | 61 | 45 |
| Binary | 10001101 | 110000 | 1011000 | 0 | 1000010 | 100110 | 101101 | 101001110 | 110001 | 100101 |
Color Harmonies of #8D3058
Complementary color
Monochromatic Colors of #8D3058
Black with #8D3058
Text Example
Text Example
White with #8D3058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3058; }
p { color: rgb(141,48,88); }
H1.HeaderClassName
{
color: #8D3058;
}
.AnyTagClassName
{
color: #8D3058;
}
</style>
background-color css
<style>
a { background-color: #8D3058; }
a { background-color: rgb(141,48,88); }
div.DivClassName
{
background-color: #8D3058;
}
.BgClassName
{
background-color: #8D3058;
}
</style>
border-color css
<style>
span { border-color: #8D3058; }
span { border-color: rgb(141,48,88); }
td.TdClassName
{
border-color: #8D3058;
}
.TagClassName
{
border-color: #8D3058;
}
</style>