Shades of Rose Bud Cherry #8C2765
Tints of Rose Bud Cherry #8C2765
RGB
CMYK
RGB Variations
Color information
#8C2765 (or 0x8C2765) is known color: Rose Bud Cherry. HEX triplet: 8C, 27 and 65. RGB value is (140,39,101). Sum of RGB (Red+Green+Blue) = 140+39+101=280 (37% of max value = 765). Red value is 140 (55.08% from 255 or 50% from 280); Green value is 39 (15.62% from 255 or 13.93% from 280); Blue value is 101 (39.84% from 255 or 36.07% from 280); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2765 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2765 is #73D89A. Grayscale: #4C4C4C. Windows color (decimal): -7592091 or 6629260. OLE color: 6629260.
HSL color Cylindrical-coordinate representation of color #8C2765: hue angle of 323.17º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8C2765 is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 39 | 101 | - |
| CMYK | 0 | 0.72 | 0.28 | 0.45 |
| HSL | 323.17º | 0.56% | 0.35% | - |
| HSV(B) | 323.17º | 0.72% | 0.55% | - |
| XYZ | 13.89 | 7.97 | 13.12 | - |
| YUV | 76.27 | 141.96 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 39 | 101 | 0 | 0.72 | 0.28 | 0.45 | 323.17 | 0.56 | 0.35 |
| Hex | 8C | 27 | 65 | 0 | 48 | 1C | 2D | 143 | 38 | 23 |
| Octal | 214 | 47 | 145 | 0 | 110 | 34 | 55 | 503 | 70 | 43 |
| Binary | 10001100 | 100111 | 1100101 | 0 | 1001000 | 11100 | 101101 | 101000011 | 111000 | 100011 |
Color Harmonies of #8C2765
Complementary color
Monochromatic Colors of #8C2765
Black with #8C2765
Text Example
Text Example
White with #8C2765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2765; }
p { color: rgb(140,39,101); }
H1.HeaderClassName
{
color: #8C2765;
}
.AnyTagClassName
{
color: #8C2765;
}
</style>
background-color css
<style>
a { background-color: #8C2765; }
a { background-color: rgb(140,39,101); }
div.DivClassName
{
background-color: #8C2765;
}
.BgClassName
{
background-color: #8C2765;
}
</style>
border-color css
<style>
span { border-color: #8C2765; }
span { border-color: rgb(140,39,101); }
td.TdClassName
{
border-color: #8C2765;
}
.TagClassName
{
border-color: #8C2765;
}
</style>