Shades of Rose Bud Cherry #8B1C56
Tints of Rose Bud Cherry #8B1C56
RGB
CMYK
RGB Variations
Color information
#8B1C56 (or 0x8B1C56) is known color: Rose Bud Cherry. HEX triplet: 8B, 1C and 56. RGB value is (139,28,86). Sum of RGB (Red+Green+Blue) = 139+28+86=253 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.94% from 253); Green value is 28 (11.33% from 255 or 11.07% from 253); Blue value is 86 (33.98% from 255 or 33.99% from 253); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1C56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B1C56 is #74E3A9. Grayscale: #434343. Windows color (decimal): -7660458 or 5643403. OLE color: 5643403.
HSL color Cylindrical-coordinate representation of color #8B1C56: hue angle of 328.65º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8B1C56 is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 28 | 86 | - |
| CMYK | 0 | 0.80 | 0.38 | 0.45 |
| HSL | 328.65º | 0.66% | 0.33% | - |
| HSV(B) | 328.65º | 0.8% | 0.55% | - |
| XYZ | 12.74 | 6.99 | 9.48 | - |
| YUV | 67.8 | 138.27 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 28 | 86 | 0 | 0.80 | 0.38 | 0.45 | 328.65 | 0.66 | 0.33 |
| Hex | 8B | 1C | 56 | 0 | 50 | 26 | 2D | 149 | 42 | 21 |
| Octal | 213 | 34 | 126 | 0 | 120 | 46 | 55 | 511 | 102 | 41 |
| Binary | 10001011 | 11100 | 1010110 | 0 | 1010000 | 100110 | 101101 | 101001001 | 1000010 | 100001 |
Color Harmonies of #8B1C56
Complementary color
Monochromatic Colors of #8B1C56
Black with #8B1C56
Text Example
Text Example
White with #8B1C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1C56; }
p { color: rgb(139,28,86); }
H1.HeaderClassName
{
color: #8B1C56;
}
.AnyTagClassName
{
color: #8B1C56;
}
</style>
background-color css
<style>
a { background-color: #8B1C56; }
a { background-color: rgb(139,28,86); }
div.DivClassName
{
background-color: #8B1C56;
}
.BgClassName
{
background-color: #8B1C56;
}
</style>
border-color css
<style>
span { border-color: #8B1C56; }
span { border-color: rgb(139,28,86); }
td.TdClassName
{
border-color: #8B1C56;
}
.TagClassName
{
border-color: #8B1C56;
}
</style>