Shades of Rose Bud Cherry #8C315C
Tints of Rose Bud Cherry #8C315C
RGB
CMYK
RGB Variations
Color information
#8C315C (or 0x8C315C) is known color: Rose Bud Cherry. HEX triplet: 8C, 31 and 5C. RGB value is (140,49,92). Sum of RGB (Red+Green+Blue) = 140+49+92=281 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.82% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 140 - color contains mainly: red. Hex color #8C315C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C315C is #73CEA3. Grayscale: #515151. Windows color (decimal): -7589540 or 6041996. OLE color: 6041996.
HSL color Cylindrical-coordinate representation of color #8C315C: hue angle of 331.65º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C315C is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 49 | 92 | - |
| CMYK | 0 | 0.65 | 0.34 | 0.45 |
| HSL | 331.65º | 0.48% | 0.37% | - |
| HSV(B) | 331.65º | 0.65% | 0.55% | - |
| XYZ | 13.85 | 8.54 | 11.04 | - |
| YUV | 81.11 | 134.15 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 49 | 92 | 0 | 0.65 | 0.34 | 0.45 | 331.65 | 0.48 | 0.37 |
| Hex | 8C | 31 | 5C | 0 | 41 | 22 | 2D | 14C | 30 | 25 |
| Octal | 214 | 61 | 134 | 0 | 101 | 42 | 55 | 514 | 60 | 45 |
| Binary | 10001100 | 110001 | 1011100 | 0 | 1000001 | 100010 | 101101 | 101001100 | 110000 | 100101 |
Color Harmonies of #8C315C
Complementary color
Monochromatic Colors of #8C315C
Black with #8C315C
Text Example
Text Example
White with #8C315C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C315C; }
p { color: rgb(140,49,92); }
H1.HeaderClassName
{
color: #8C315C;
}
.AnyTagClassName
{
color: #8C315C;
}
</style>
background-color css
<style>
a { background-color: #8C315C; }
a { background-color: rgb(140,49,92); }
div.DivClassName
{
background-color: #8C315C;
}
.BgClassName
{
background-color: #8C315C;
}
</style>
border-color css
<style>
span { border-color: #8C315C; }
span { border-color: rgb(140,49,92); }
td.TdClassName
{
border-color: #8C315C;
}
.TagClassName
{
border-color: #8C315C;
}
</style>