Shades of Rose Bud Cherry #8D3353
Tints of Rose Bud Cherry #8D3353
RGB
CMYK
RGB Variations
Color information
#8D3353 (or 0x8D3353) is known color: Rose Bud Cherry. HEX triplet: 8D, 33 and 53. RGB value is (141,51,83). Sum of RGB (Red+Green+Blue) = 141+51+83=275 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.27% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 83 (32.81% from 255 or 30.18% from 275); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3353 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3353 is #72CCAC. Grayscale: #515151. Windows color (decimal): -7523501 or 5452685. OLE color: 5452685.
HSL color Cylindrical-coordinate representation of color #8D3353: hue angle of 338.67º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8D3353 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 51 | 83 | - |
| CMYK | 0 | 0.64 | 0.41 | 0.45 |
| HSL | 338.67º | 0.47% | 0.38% | - |
| HSV(B) | 338.67º | 0.64% | 0.55% | - |
| XYZ | 13.73 | 8.65 | 9.13 | - |
| YUV | 81.56 | 128.82 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 51 | 83 | 0 | 0.64 | 0.41 | 0.45 | 338.67 | 0.47 | 0.38 |
| Hex | 8D | 33 | 53 | 0 | 40 | 29 | 2D | 153 | 2F | 26 |
| Octal | 215 | 63 | 123 | 0 | 100 | 51 | 55 | 523 | 57 | 46 |
| Binary | 10001101 | 110011 | 1010011 | 0 | 1000000 | 101001 | 101101 | 101010011 | 101111 | 100110 |
Color Harmonies of #8D3353
Complementary color
Monochromatic Colors of #8D3353
Black with #8D3353
Text Example
Text Example
White with #8D3353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3353; }
p { color: rgb(141,51,83); }
H1.HeaderClassName
{
color: #8D3353;
}
.AnyTagClassName
{
color: #8D3353;
}
</style>
background-color css
<style>
a { background-color: #8D3353; }
a { background-color: rgb(141,51,83); }
div.DivClassName
{
background-color: #8D3353;
}
.BgClassName
{
background-color: #8D3353;
}
</style>
border-color css
<style>
span { border-color: #8D3353; }
span { border-color: rgb(141,51,83); }
td.TdClassName
{
border-color: #8D3353;
}
.TagClassName
{
border-color: #8D3353;
}
</style>