Shades of Rose Bud Cherry #8C3956
Tints of Rose Bud Cherry #8C3956
RGB
CMYK
RGB Variations
Color information
#8C3956 (or 0x8C3956) is known color: Rose Bud Cherry. HEX triplet: 8C, 39 and 56. RGB value is (140,57,86). Sum of RGB (Red+Green+Blue) = 140+57+86=283 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.47% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 86 (33.98% from 255 or 30.39% from 283); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3956 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3956 is #73C6A9. Grayscale: #555555. Windows color (decimal): -7587498 or 5650828. OLE color: 5650828.
HSL color Cylindrical-coordinate representation of color #8C3956: hue angle of 339.04º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8C3956 is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 57 | 86 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.45 |
| HSL | 339.04º | 0.42% | 0.39% | - |
| HSV(B) | 339.04º | 0.59% | 0.55% | - |
| XYZ | 13.96 | 9.17 | 9.84 | - |
| YUV | 85.12 | 128.5 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 57 | 86 | 0 | 0.59 | 0.39 | 0.45 | 339.04 | 0.42 | 0.39 |
| Hex | 8C | 39 | 56 | 0 | 3B | 27 | 2D | 153 | 2A | 27 |
| Octal | 214 | 71 | 126 | 0 | 73 | 47 | 55 | 523 | 52 | 47 |
| Binary | 10001100 | 111001 | 1010110 | 0 | 111011 | 100111 | 101101 | 101010011 | 101010 | 100111 |
Color Harmonies of #8C3956
Complementary color
Monochromatic Colors of #8C3956
Black with #8C3956
Text Example
Text Example
White with #8C3956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3956; }
p { color: rgb(140,57,86); }
H1.HeaderClassName
{
color: #8C3956;
}
.AnyTagClassName
{
color: #8C3956;
}
</style>
background-color css
<style>
a { background-color: #8C3956; }
a { background-color: rgb(140,57,86); }
div.DivClassName
{
background-color: #8C3956;
}
.BgClassName
{
background-color: #8C3956;
}
</style>
border-color css
<style>
span { border-color: #8C3956; }
span { border-color: rgb(140,57,86); }
td.TdClassName
{
border-color: #8C3956;
}
.TagClassName
{
border-color: #8C3956;
}
</style>