Shades of Rose Bud Cherry #8B1D60
Tints of Rose Bud Cherry #8B1D60
RGB
CMYK
RGB Variations
Color information
#8B1D60 (or 0x8B1D60) is known color: Rose Bud Cherry. HEX triplet: 8B, 1D and 60. RGB value is (139,29,96). Sum of RGB (Red+Green+Blue) = 139+29+96=264 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.65% from 264); Green value is 29 (11.72% from 255 or 10.98% from 264); Blue value is 96 (37.89% from 255 or 36.36% from 264); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1D60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B1D60 is #74E29F. Grayscale: #454545. Windows color (decimal): -7660192 or 6299019. OLE color: 6299019.
HSL color Cylindrical-coordinate representation of color #8B1D60: hue angle of 323.45º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8B1D60 is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 29 | 96 | - |
| CMYK | 0 | 0.79 | 0.31 | 0.45 |
| HSL | 323.45º | 0.65% | 0.33% | - |
| HSV(B) | 323.45º | 0.79% | 0.55% | - |
| XYZ | 13.2 | 7.21 | 11.76 | - |
| YUV | 69.53 | 142.94 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 29 | 96 | 0 | 0.79 | 0.31 | 0.45 | 323.45 | 0.65 | 0.33 |
| Hex | 8B | 1D | 60 | 0 | 4F | 1F | 2D | 143 | 41 | 21 |
| Octal | 213 | 35 | 140 | 0 | 117 | 37 | 55 | 503 | 101 | 41 |
| Binary | 10001011 | 11101 | 1100000 | 0 | 1001111 | 11111 | 101101 | 101000011 | 1000001 | 100001 |
Color Harmonies of #8B1D60
Complementary color
Monochromatic Colors of #8B1D60
Black with #8B1D60
Text Example
Text Example
White with #8B1D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1D60; }
p { color: rgb(139,29,96); }
H1.HeaderClassName
{
color: #8B1D60;
}
.AnyTagClassName
{
color: #8B1D60;
}
</style>
background-color css
<style>
a { background-color: #8B1D60; }
a { background-color: rgb(139,29,96); }
div.DivClassName
{
background-color: #8B1D60;
}
.BgClassName
{
background-color: #8B1D60;
}
</style>
border-color css
<style>
span { border-color: #8B1D60; }
span { border-color: rgb(139,29,96); }
td.TdClassName
{
border-color: #8B1D60;
}
.TagClassName
{
border-color: #8B1D60;
}
</style>