Shades of Rose Bud Cherry #8C366B
Tints of Rose Bud Cherry #8C366B
RGB
CMYK
RGB Variations
Color information
#8C366B (or 0x8C366B) is known color: Rose Bud Cherry. HEX triplet: 8C, 36 and 6B. RGB value is (140,54,107). Sum of RGB (Red+Green+Blue) = 140+54+107=301 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.51% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 140 - color contains mainly: red. Hex color #8C366B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C366B is #73C994. Grayscale: #555555. Windows color (decimal): -7588245 or 7026316. OLE color: 7026316.
HSL color Cylindrical-coordinate representation of color #8C366B: hue angle of 323.02º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C366B is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 54 | 107 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.45 |
| HSL | 323.02º | 0.44% | 0.38% | - |
| HSV(B) | 323.02º | 0.61% | 0.55% | - |
| XYZ | 14.79 | 9.28 | 14.92 | - |
| YUV | 85.76 | 139.99 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 54 | 107 | 0 | 0.61 | 0.24 | 0.45 | 323.02 | 0.44 | 0.38 |
| Hex | 8C | 36 | 6B | 0 | 3D | 18 | 2D | 143 | 2C | 26 |
| Octal | 214 | 66 | 153 | 0 | 75 | 30 | 55 | 503 | 54 | 46 |
| Binary | 10001100 | 110110 | 1101011 | 0 | 111101 | 11000 | 101101 | 101000011 | 101100 | 100110 |
Color Harmonies of #8C366B
Complementary color
Monochromatic Colors of #8C366B
Black with #8C366B
Text Example
Text Example
White with #8C366B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C366B; }
p { color: rgb(140,54,107); }
H1.HeaderClassName
{
color: #8C366B;
}
.AnyTagClassName
{
color: #8C366B;
}
</style>
background-color css
<style>
a { background-color: #8C366B; }
a { background-color: rgb(140,54,107); }
div.DivClassName
{
background-color: #8C366B;
}
.BgClassName
{
background-color: #8C366B;
}
</style>
border-color css
<style>
span { border-color: #8C366B; }
span { border-color: rgb(140,54,107); }
td.TdClassName
{
border-color: #8C366B;
}
.TagClassName
{
border-color: #8C366B;
}
</style>