Shades of Rose Bud Cherry #8C366A
Tints of Rose Bud Cherry #8C366A
RGB
CMYK
RGB Variations
Color information
#8C366A (or 0x8C366A) is known color: Rose Bud Cherry. HEX triplet: 8C, 36 and 6A. RGB value is (140,54,106). Sum of RGB (Red+Green+Blue) = 140+54+106=300 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.67% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 106 (41.80% from 255 or 35.33% from 300); Max value from RGB is 140 - color contains mainly: red. Hex color #8C366A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C366A is #73C995. Grayscale: #555555. Windows color (decimal): -7588246 or 6960780. OLE color: 6960780.
HSL color Cylindrical-coordinate representation of color #8C366A: hue angle of 323.72º 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 #8C366A is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 54 | 106 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.45 |
| HSL | 323.72º | 0.44% | 0.38% | - |
| HSV(B) | 323.72º | 0.61% | 0.55% | - |
| XYZ | 14.74 | 9.25 | 14.65 | - |
| YUV | 85.64 | 139.49 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 54 | 106 | 0 | 0.61 | 0.24 | 0.45 | 323.72 | 0.44 | 0.38 |
| Hex | 8C | 36 | 6A | 0 | 3D | 18 | 2D | 144 | 2C | 26 |
| Octal | 214 | 66 | 152 | 0 | 75 | 30 | 55 | 504 | 54 | 46 |
| Binary | 10001100 | 110110 | 1101010 | 0 | 111101 | 11000 | 101101 | 101000100 | 101100 | 100110 |
Color Harmonies of #8C366A
Complementary color
Monochromatic Colors of #8C366A
Black with #8C366A
Text Example
Text Example
White with #8C366A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C366A; }
p { color: rgb(140,54,106); }
H1.HeaderClassName
{
color: #8C366A;
}
.AnyTagClassName
{
color: #8C366A;
}
</style>
background-color css
<style>
a { background-color: #8C366A; }
a { background-color: rgb(140,54,106); }
div.DivClassName
{
background-color: #8C366A;
}
.BgClassName
{
background-color: #8C366A;
}
</style>
border-color css
<style>
span { border-color: #8C366A; }
span { border-color: rgb(140,54,106); }
td.TdClassName
{
border-color: #8C366A;
}
.TagClassName
{
border-color: #8C366A;
}
</style>