Shades of Rose Bud Cherry #8B3567
Tints of Rose Bud Cherry #8B3567
RGB
CMYK
RGB Variations
Color information
#8B3567 (or 0x8B3567) is known color: Rose Bud Cherry. HEX triplet: 8B, 35 and 67. RGB value is (139,53,103). Sum of RGB (Red+Green+Blue) = 139+53+103=295 (39% of max value = 765). Red value is 139 (54.69% from 255 or 47.12% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 103 (40.62% from 255 or 34.92% from 295); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3567 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3567 is #74CA98. Grayscale: #545454. Windows color (decimal): -7654041 or 6763915. OLE color: 6763915.
HSL color Cylindrical-coordinate representation of color #8B3567: hue angle of 325.12º 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 #8B3567 is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 53 | 103 | - |
| CMYK | 0 | 0.62 | 0.26 | 0.45 |
| HSL | 325.12º | 0.45% | 0.38% | - |
| HSV(B) | 325.12º | 0.62% | 0.55% | - |
| XYZ | 14.37 | 9.01 | 13.81 | - |
| YUV | 84.41 | 138.49 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 53 | 103 | 0 | 0.62 | 0.26 | 0.45 | 325.12 | 0.45 | 0.38 |
| Hex | 8B | 35 | 67 | 0 | 3E | 1A | 2D | 145 | 2D | 26 |
| Octal | 213 | 65 | 147 | 0 | 76 | 32 | 55 | 505 | 55 | 46 |
| Binary | 10001011 | 110101 | 1100111 | 0 | 111110 | 11010 | 101101 | 101000101 | 101101 | 100110 |
Color Harmonies of #8B3567
Complementary color
Monochromatic Colors of #8B3567
Black with #8B3567
Text Example
Text Example
White with #8B3567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3567; }
p { color: rgb(139,53,103); }
H1.HeaderClassName
{
color: #8B3567;
}
.AnyTagClassName
{
color: #8B3567;
}
</style>
background-color css
<style>
a { background-color: #8B3567; }
a { background-color: rgb(139,53,103); }
div.DivClassName
{
background-color: #8B3567;
}
.BgClassName
{
background-color: #8B3567;
}
</style>
border-color css
<style>
span { border-color: #8B3567; }
span { border-color: rgb(139,53,103); }
td.TdClassName
{
border-color: #8B3567;
}
.TagClassName
{
border-color: #8B3567;
}
</style>