Shades of Rose Bud Cherry #8C335D
Tints of Rose Bud Cherry #8C335D
RGB
CMYK
RGB Variations
Color information
#8C335D (or 0x8C335D) is known color: Rose Bud Cherry. HEX triplet: 8C, 33 and 5D. RGB value is (140,51,93). Sum of RGB (Red+Green+Blue) = 140+51+93=284 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.30% from 284); Green value is 51 (20.31% from 255 or 17.96% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 140 - color contains mainly: red. Hex color #8C335D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C335D is #73CCA2. Grayscale: #525252. Windows color (decimal): -7589027 or 6108044. OLE color: 6108044.
HSL color Cylindrical-coordinate representation of color #8C335D: hue angle of 331.69º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C335D is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 51 | 93 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.45 |
| HSL | 331.69º | 0.47% | 0.37% | - |
| HSV(B) | 331.69º | 0.64% | 0.55% | - |
| XYZ | 13.97 | 8.73 | 11.31 | - |
| YUV | 82.4 | 133.99 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 51 | 93 | 0 | 0.64 | 0.34 | 0.45 | 331.69 | 0.47 | 0.37 |
| Hex | 8C | 33 | 5D | 0 | 40 | 22 | 2D | 14C | 2F | 25 |
| Octal | 214 | 63 | 135 | 0 | 100 | 42 | 55 | 514 | 57 | 45 |
| Binary | 10001100 | 110011 | 1011101 | 0 | 1000000 | 100010 | 101101 | 101001100 | 101111 | 100101 |
Color Harmonies of #8C335D
Complementary color
Monochromatic Colors of #8C335D
Black with #8C335D
Text Example
Text Example
White with #8C335D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C335D; }
p { color: rgb(140,51,93); }
H1.HeaderClassName
{
color: #8C335D;
}
.AnyTagClassName
{
color: #8C335D;
}
</style>
background-color css
<style>
a { background-color: #8C335D; }
a { background-color: rgb(140,51,93); }
div.DivClassName
{
background-color: #8C335D;
}
.BgClassName
{
background-color: #8C335D;
}
</style>
border-color css
<style>
span { border-color: #8C335D; }
span { border-color: rgb(140,51,93); }
td.TdClassName
{
border-color: #8C335D;
}
.TagClassName
{
border-color: #8C335D;
}
</style>