Shades of Rose Bud Cherry #8C3658
Tints of Rose Bud Cherry #8C3658
RGB
CMYK
RGB Variations
Color information
#8C3658 (or 0x8C3658) is known color: Rose Bud Cherry. HEX triplet: 8C, 36 and 58. RGB value is (140,54,88). Sum of RGB (Red+Green+Blue) = 140+54+88=282 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.65% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 88 (34.77% from 255 or 31.21% from 282); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3658 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3658 is #73C9A7. Grayscale: #535353. Windows color (decimal): -7588264 or 5781132. OLE color: 5781132.
HSL color Cylindrical-coordinate representation of color #8C3658: hue angle of 336.28º 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 #8C3658 is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 54 | 88 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.45 |
| HSL | 336.28º | 0.44% | 0.38% | - |
| HSV(B) | 336.28º | 0.61% | 0.55% | - |
| XYZ | 13.9 | 8.92 | 10.22 | - |
| YUV | 83.59 | 130.49 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 54 | 88 | 0 | 0.61 | 0.37 | 0.45 | 336.28 | 0.44 | 0.38 |
| Hex | 8C | 36 | 58 | 0 | 3D | 25 | 2D | 150 | 2C | 26 |
| Octal | 214 | 66 | 130 | 0 | 75 | 45 | 55 | 520 | 54 | 46 |
| Binary | 10001100 | 110110 | 1011000 | 0 | 111101 | 100101 | 101101 | 101010000 | 101100 | 100110 |
Color Harmonies of #8C3658
Complementary color
Monochromatic Colors of #8C3658
Black with #8C3658
Text Example
Text Example
White with #8C3658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3658; }
p { color: rgb(140,54,88); }
H1.HeaderClassName
{
color: #8C3658;
}
.AnyTagClassName
{
color: #8C3658;
}
</style>
background-color css
<style>
a { background-color: #8C3658; }
a { background-color: rgb(140,54,88); }
div.DivClassName
{
background-color: #8C3658;
}
.BgClassName
{
background-color: #8C3658;
}
</style>
border-color css
<style>
span { border-color: #8C3658; }
span { border-color: rgb(140,54,88); }
td.TdClassName
{
border-color: #8C3658;
}
.TagClassName
{
border-color: #8C3658;
}
</style>