Shades of Rose Bud Cherry #8B345C
Tints of Rose Bud Cherry #8B345C
RGB
CMYK
RGB Variations
Color information
#8B345C (or 0x8B345C) is known color: Rose Bud Cherry. HEX triplet: 8B, 34 and 5C. RGB value is (139,52,92). Sum of RGB (Red+Green+Blue) = 139+52+92=283 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.12% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 139 - color contains mainly: red. Hex color #8B345C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B345C is #74CBA3. Grayscale: #525252. Windows color (decimal): -7654308 or 6042763. OLE color: 6042763.
HSL color Cylindrical-coordinate representation of color #8B345C: hue angle of 332.41º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8B345C is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 52 | 92 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.45 |
| HSL | 332.41º | 0.46% | 0.37% | - |
| HSV(B) | 332.41º | 0.63% | 0.55% | - |
| XYZ | 13.81 | 8.72 | 11.08 | - |
| YUV | 82.57 | 133.32 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 52 | 92 | 0 | 0.63 | 0.34 | 0.45 | 332.41 | 0.46 | 0.37 |
| Hex | 8B | 34 | 5C | 0 | 3F | 22 | 2D | 14C | 2E | 25 |
| Octal | 213 | 64 | 134 | 0 | 77 | 42 | 55 | 514 | 56 | 45 |
| Binary | 10001011 | 110100 | 1011100 | 0 | 111111 | 100010 | 101101 | 101001100 | 101110 | 100101 |
Color Harmonies of #8B345C
Complementary color
Monochromatic Colors of #8B345C
Black with #8B345C
Text Example
Text Example
White with #8B345C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B345C; }
p { color: rgb(139,52,92); }
H1.HeaderClassName
{
color: #8B345C;
}
.AnyTagClassName
{
color: #8B345C;
}
</style>
background-color css
<style>
a { background-color: #8B345C; }
a { background-color: rgb(139,52,92); }
div.DivClassName
{
background-color: #8B345C;
}
.BgClassName
{
background-color: #8B345C;
}
</style>
border-color css
<style>
span { border-color: #8B345C; }
span { border-color: rgb(139,52,92); }
td.TdClassName
{
border-color: #8B345C;
}
.TagClassName
{
border-color: #8B345C;
}
</style>