Shades of Rose Bud Cherry #8C2661
Tints of Rose Bud Cherry #8C2661
RGB
CMYK
RGB Variations
Color information
#8C2661 (or 0x8C2661) is known color: Rose Bud Cherry. HEX triplet: 8C, 26 and 61. RGB value is (140,38,97). Sum of RGB (Red+Green+Blue) = 140+38+97=275 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.91% from 275); Green value is 38 (15.23% from 255 or 13.82% from 275); Blue value is 97 (38.28% from 255 or 35.27% from 275); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2661 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2661 is #73D99E. Grayscale: #4B4B4B. Windows color (decimal): -7592351 or 6366860. OLE color: 6366860.
HSL color Cylindrical-coordinate representation of color #8C2661: hue angle of 325.29º 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 #8C2661 is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 38 | 97 | - |
| CMYK | 0 | 0.73 | 0.31 | 0.45 |
| HSL | 325.29º | 0.57% | 0.35% | - |
| HSV(B) | 325.29º | 0.73% | 0.55% | - |
| XYZ | 13.67 | 7.82 | 12.1 | - |
| YUV | 75.22 | 140.29 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 38 | 97 | 0 | 0.73 | 0.31 | 0.45 | 325.29 | 0.57 | 0.35 |
| Hex | 8C | 26 | 61 | 0 | 49 | 1F | 2D | 145 | 39 | 23 |
| Octal | 214 | 46 | 141 | 0 | 111 | 37 | 55 | 505 | 71 | 43 |
| Binary | 10001100 | 100110 | 1100001 | 0 | 1001001 | 11111 | 101101 | 101000101 | 111001 | 100011 |
Color Harmonies of #8C2661
Complementary color
Monochromatic Colors of #8C2661
Black with #8C2661
Text Example
Text Example
White with #8C2661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2661; }
p { color: rgb(140,38,97); }
H1.HeaderClassName
{
color: #8C2661;
}
.AnyTagClassName
{
color: #8C2661;
}
</style>
background-color css
<style>
a { background-color: #8C2661; }
a { background-color: rgb(140,38,97); }
div.DivClassName
{
background-color: #8C2661;
}
.BgClassName
{
background-color: #8C2661;
}
</style>
border-color css
<style>
span { border-color: #8C2661; }
span { border-color: rgb(140,38,97); }
td.TdClassName
{
border-color: #8C2661;
}
.TagClassName
{
border-color: #8C2661;
}
</style>