Shades of Rose Bud Cherry #8C1B55
Tints of Rose Bud Cherry #8C1B55
RGB
CMYK
RGB Variations
Color information
#8C1B55 (or 0x8C1B55) is known color: Rose Bud Cherry. HEX triplet: 8C, 1B and 55. RGB value is (140,27,85). Sum of RGB (Red+Green+Blue) = 140+27+85=252 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.56% from 252); Green value is 27 (10.94% from 255 or 10.71% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1B55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C1B55 is #73E4AA. Grayscale: #434343. Windows color (decimal): -7595179 or 5577612. OLE color: 5577612.
HSL color Cylindrical-coordinate representation of color #8C1B55: hue angle of 329.2º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8C1B55 is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 27 | 85 | - |
| CMYK | 0 | 0.81 | 0.39 | 0.45 |
| HSL | 329.2º | 0.68% | 0.33% | - |
| HSV(B) | 329.2º | 0.81% | 0.55% | - |
| XYZ | 12.85 | 7.02 | 9.27 | - |
| YUV | 67.4 | 137.94 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 27 | 85 | 0 | 0.81 | 0.39 | 0.45 | 329.2 | 0.68 | 0.33 |
| Hex | 8C | 1B | 55 | 0 | 51 | 27 | 2D | 149 | 44 | 21 |
| Octal | 214 | 33 | 125 | 0 | 121 | 47 | 55 | 511 | 104 | 41 |
| Binary | 10001100 | 11011 | 1010101 | 0 | 1010001 | 100111 | 101101 | 101001001 | 1000100 | 100001 |
Color Harmonies of #8C1B55
Complementary color
Monochromatic Colors of #8C1B55
Black with #8C1B55
Text Example
Text Example
White with #8C1B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1B55; }
p { color: rgb(140,27,85); }
H1.HeaderClassName
{
color: #8C1B55;
}
.AnyTagClassName
{
color: #8C1B55;
}
</style>
background-color css
<style>
a { background-color: #8C1B55; }
a { background-color: rgb(140,27,85); }
div.DivClassName
{
background-color: #8C1B55;
}
.BgClassName
{
background-color: #8C1B55;
}
</style>
border-color css
<style>
span { border-color: #8C1B55; }
span { border-color: rgb(140,27,85); }
td.TdClassName
{
border-color: #8C1B55;
}
.TagClassName
{
border-color: #8C1B55;
}
</style>