Shades of Rose Bud Cherry #8C2652
Tints of Rose Bud Cherry #8C2652
RGB
CMYK
RGB Variations
Color information
#8C2652 (or 0x8C2652) is known color: Rose Bud Cherry. HEX triplet: 8C, 26 and 52. RGB value is (140,38,82). Sum of RGB (Red+Green+Blue) = 140+38+82=260 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.85% from 260); Green value is 38 (15.23% from 255 or 14.62% from 260); Blue value is 82 (32.42% from 255 or 31.54% from 260); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2652 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2652 is #73D9AD. Grayscale: #494949. Windows color (decimal): -7592366 or 5383820. OLE color: 5383820.
HSL color Cylindrical-coordinate representation of color #8C2652: hue angle of 334.12º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8C2652 is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 38 | 82 | - |
| CMYK | 0 | 0.73 | 0.41 | 0.45 |
| HSL | 334.12º | 0.57% | 0.35% | - |
| HSV(B) | 334.12º | 0.73% | 0.55% | - |
| XYZ | 13.03 | 7.57 | 8.76 | - |
| YUV | 73.51 | 132.79 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 38 | 82 | 0 | 0.73 | 0.41 | 0.45 | 334.12 | 0.57 | 0.35 |
| Hex | 8C | 26 | 52 | 0 | 49 | 29 | 2D | 14E | 39 | 23 |
| Octal | 214 | 46 | 122 | 0 | 111 | 51 | 55 | 516 | 71 | 43 |
| Binary | 10001100 | 100110 | 1010010 | 0 | 1001001 | 101001 | 101101 | 101001110 | 111001 | 100011 |
Color Harmonies of #8C2652
Complementary color
Monochromatic Colors of #8C2652
Black with #8C2652
Text Example
Text Example
White with #8C2652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2652; }
p { color: rgb(140,38,82); }
H1.HeaderClassName
{
color: #8C2652;
}
.AnyTagClassName
{
color: #8C2652;
}
</style>
background-color css
<style>
a { background-color: #8C2652; }
a { background-color: rgb(140,38,82); }
div.DivClassName
{
background-color: #8C2652;
}
.BgClassName
{
background-color: #8C2652;
}
</style>
border-color css
<style>
span { border-color: #8C2652; }
span { border-color: rgb(140,38,82); }
td.TdClassName
{
border-color: #8C2652;
}
.TagClassName
{
border-color: #8C2652;
}
</style>