Shades of Rose Bud Cherry #8B375D
Tints of Rose Bud Cherry #8B375D
RGB
CMYK
RGB Variations
Color information
#8B375D (or 0x8B375D) is known color: Rose Bud Cherry. HEX triplet: 8B, 37 and 5D. RGB value is (139,55,93). Sum of RGB (Red+Green+Blue) = 139+55+93=287 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.43% from 287); Green value is 55 (21.88% from 255 or 19.16% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 139 - color contains mainly: red. Hex color #8B375D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B375D is #74C8A2. Grayscale: #545454. Windows color (decimal): -7653539 or 6109067. OLE color: 6109067.
HSL color Cylindrical-coordinate representation of color #8B375D: hue angle of 332.86º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8B375D is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 55 | 93 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.45 |
| HSL | 332.86º | 0.43% | 0.38% | - |
| HSV(B) | 332.86º | 0.6% | 0.55% | - |
| XYZ | 13.99 | 9.01 | 11.36 | - |
| YUV | 84.45 | 132.83 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 55 | 93 | 0 | 0.60 | 0.33 | 0.45 | 332.86 | 0.43 | 0.38 |
| Hex | 8B | 37 | 5D | 0 | 3C | 21 | 2D | 14D | 2B | 26 |
| Octal | 213 | 67 | 135 | 0 | 74 | 41 | 55 | 515 | 53 | 46 |
| Binary | 10001011 | 110111 | 1011101 | 0 | 111100 | 100001 | 101101 | 101001101 | 101011 | 100110 |
Color Harmonies of #8B375D
Complementary color
Monochromatic Colors of #8B375D
Black with #8B375D
Text Example
Text Example
White with #8B375D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B375D; }
p { color: rgb(139,55,93); }
H1.HeaderClassName
{
color: #8B375D;
}
.AnyTagClassName
{
color: #8B375D;
}
</style>
background-color css
<style>
a { background-color: #8B375D; }
a { background-color: rgb(139,55,93); }
div.DivClassName
{
background-color: #8B375D;
}
.BgClassName
{
background-color: #8B375D;
}
</style>
border-color css
<style>
span { border-color: #8B375D; }
span { border-color: rgb(139,55,93); }
td.TdClassName
{
border-color: #8B375D;
}
.TagClassName
{
border-color: #8B375D;
}
</style>