Shades of Rose Bud Cherry #8C315A
Tints of Rose Bud Cherry #8C315A
RGB
CMYK
RGB Variations
Color information
#8C315A (or 0x8C315A) is known color: Rose Bud Cherry. HEX triplet: 8C, 31 and 5A. RGB value is (140,49,90). Sum of RGB (Red+Green+Blue) = 140+49+90=279 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.18% from 279); Green value is 49 (19.53% from 255 or 17.56% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 140 - color contains mainly: red. Hex color #8C315A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C315A is #73CEA5. Grayscale: #505050. Windows color (decimal): -7589542 or 5910924. OLE color: 5910924.
HSL color Cylindrical-coordinate representation of color #8C315A: hue angle of 332.97º 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 #8C315A is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 49 | 90 | - |
| CMYK | 0 | 0.65 | 0.36 | 0.45 |
| HSL | 332.97º | 0.48% | 0.37% | - |
| HSV(B) | 332.97º | 0.65% | 0.55% | - |
| XYZ | 13.76 | 8.51 | 10.59 | - |
| YUV | 80.88 | 133.15 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 49 | 90 | 0 | 0.65 | 0.36 | 0.45 | 332.97 | 0.48 | 0.37 |
| Hex | 8C | 31 | 5A | 0 | 41 | 24 | 2D | 14D | 30 | 25 |
| Octal | 214 | 61 | 132 | 0 | 101 | 44 | 55 | 515 | 60 | 45 |
| Binary | 10001100 | 110001 | 1011010 | 0 | 1000001 | 100100 | 101101 | 101001101 | 110000 | 100101 |
Color Harmonies of #8C315A
Complementary color
Monochromatic Colors of #8C315A
Black with #8C315A
Text Example
Text Example
White with #8C315A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C315A; }
p { color: rgb(140,49,90); }
H1.HeaderClassName
{
color: #8C315A;
}
.AnyTagClassName
{
color: #8C315A;
}
</style>
background-color css
<style>
a { background-color: #8C315A; }
a { background-color: rgb(140,49,90); }
div.DivClassName
{
background-color: #8C315A;
}
.BgClassName
{
background-color: #8C315A;
}
</style>
border-color css
<style>
span { border-color: #8C315A; }
span { border-color: rgb(140,49,90); }
td.TdClassName
{
border-color: #8C315A;
}
.TagClassName
{
border-color: #8C315A;
}
</style>