Shades of Rose Bud Cherry #8B185D
Tints of Rose Bud Cherry #8B185D
RGB
CMYK
RGB Variations
Color information
#8B185D (or 0x8B185D) is known color: Rose Bud Cherry. HEX triplet: 8B, 18 and 5D. RGB value is (139,24,93). Sum of RGB (Red+Green+Blue) = 139+24+93=256 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.30% from 256); Green value is 24 (9.77% from 255 or 9.38% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 139 - color contains mainly: red. Hex color #8B185D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B185D is #74E7A2. Grayscale: #424242. Windows color (decimal): -7661475 or 6101131. OLE color: 6101131.
HSL color Cylindrical-coordinate representation of color #8B185D: hue angle of 324º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8B185D is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 24 | 93 | - |
| CMYK | 0 | 0.83 | 0.33 | 0.45 |
| HSL | 324º | 0.71% | 0.32% | - |
| HSV(B) | 324º | 0.83% | 0.55% | - |
| XYZ | 12.95 | 6.93 | 11.01 | - |
| YUV | 66.25 | 143.1 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 24 | 93 | 0 | 0.83 | 0.33 | 0.45 | 324 | 0.71 | 0.32 |
| Hex | 8B | 18 | 5D | 0 | 53 | 21 | 2D | 144 | 47 | 20 |
| Octal | 213 | 30 | 135 | 0 | 123 | 41 | 55 | 504 | 107 | 40 |
| Binary | 10001011 | 11000 | 1011101 | 0 | 1010011 | 100001 | 101101 | 101000100 | 1000111 | 100000 |
Color Harmonies of #8B185D
Complementary color
Monochromatic Colors of #8B185D
Black with #8B185D
Text Example
Text Example
White with #8B185D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B185D; }
p { color: rgb(139,24,93); }
H1.HeaderClassName
{
color: #8B185D;
}
.AnyTagClassName
{
color: #8B185D;
}
</style>
background-color css
<style>
a { background-color: #8B185D; }
a { background-color: rgb(139,24,93); }
div.DivClassName
{
background-color: #8B185D;
}
.BgClassName
{
background-color: #8B185D;
}
</style>
border-color css
<style>
span { border-color: #8B185D; }
span { border-color: rgb(139,24,93); }
td.TdClassName
{
border-color: #8B185D;
}
.TagClassName
{
border-color: #8B185D;
}
</style>