Shades of Rose Bud Cherry #8B355C
Tints of Rose Bud Cherry #8B355C
RGB
CMYK
RGB Variations
Color information
#8B355C (or 0x8B355C) is known color: Rose Bud Cherry. HEX triplet: 8B, 35 and 5C. RGB value is (139,53,92). Sum of RGB (Red+Green+Blue) = 139+53+92=284 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.94% from 284); Green value is 53 (21.09% from 255 or 18.66% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 139 - color contains mainly: red. Hex color #8B355C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B355C is #74CAA3. Grayscale: #535353. Windows color (decimal): -7654052 or 6043019. OLE color: 6043019.
HSL color Cylindrical-coordinate representation of color #8B355C: hue angle of 332.79º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8B355C is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 53 | 92 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.45 |
| HSL | 332.79º | 0.45% | 0.38% | - |
| HSV(B) | 332.79º | 0.62% | 0.55% | - |
| XYZ | 13.85 | 8.81 | 11.1 | - |
| YUV | 83.16 | 132.99 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 53 | 92 | 0 | 0.62 | 0.34 | 0.45 | 332.79 | 0.45 | 0.38 |
| Hex | 8B | 35 | 5C | 0 | 3E | 22 | 2D | 14D | 2D | 26 |
| Octal | 213 | 65 | 134 | 0 | 76 | 42 | 55 | 515 | 55 | 46 |
| Binary | 10001011 | 110101 | 1011100 | 0 | 111110 | 100010 | 101101 | 101001101 | 101101 | 100110 |
Color Harmonies of #8B355C
Complementary color
Monochromatic Colors of #8B355C
Black with #8B355C
Text Example
Text Example
White with #8B355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B355C; }
p { color: rgb(139,53,92); }
H1.HeaderClassName
{
color: #8B355C;
}
.AnyTagClassName
{
color: #8B355C;
}
</style>
background-color css
<style>
a { background-color: #8B355C; }
a { background-color: rgb(139,53,92); }
div.DivClassName
{
background-color: #8B355C;
}
.BgClassName
{
background-color: #8B355C;
}
</style>
border-color css
<style>
span { border-color: #8B355C; }
span { border-color: rgb(139,53,92); }
td.TdClassName
{
border-color: #8B355C;
}
.TagClassName
{
border-color: #8B355C;
}
</style>