Shades of Rose Bud Cherry #8B3955
Tints of Rose Bud Cherry #8B3955
RGB
CMYK
RGB Variations
Color information
#8B3955 (or 0x8B3955) is known color: Rose Bud Cherry. HEX triplet: 8B, 39 and 55. RGB value is (139,57,85). Sum of RGB (Red+Green+Blue) = 139+57+85=281 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.47% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3955 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3955 is #74C6AA. Grayscale: #545454. Windows color (decimal): -7653035 or 5585291. OLE color: 5585291.
HSL color Cylindrical-coordinate representation of color #8B3955: hue angle of 339.51º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8B3955 is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 57 | 85 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.45 |
| HSL | 339.51º | 0.42% | 0.38% | - |
| HSV(B) | 339.51º | 0.59% | 0.55% | - |
| XYZ | 13.75 | 9.07 | 9.62 | - |
| YUV | 84.71 | 128.17 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 57 | 85 | 0 | 0.59 | 0.39 | 0.45 | 339.51 | 0.42 | 0.38 |
| Hex | 8B | 39 | 55 | 0 | 3B | 27 | 2D | 154 | 2A | 26 |
| Octal | 213 | 71 | 125 | 0 | 73 | 47 | 55 | 524 | 52 | 46 |
| Binary | 10001011 | 111001 | 1010101 | 0 | 111011 | 100111 | 101101 | 101010100 | 101010 | 100110 |
Color Harmonies of #8B3955
Complementary color
Monochromatic Colors of #8B3955
Black with #8B3955
Text Example
Text Example
White with #8B3955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3955; }
p { color: rgb(139,57,85); }
H1.HeaderClassName
{
color: #8B3955;
}
.AnyTagClassName
{
color: #8B3955;
}
</style>
background-color css
<style>
a { background-color: #8B3955; }
a { background-color: rgb(139,57,85); }
div.DivClassName
{
background-color: #8B3955;
}
.BgClassName
{
background-color: #8B3955;
}
</style>
border-color css
<style>
span { border-color: #8B3955; }
span { border-color: rgb(139,57,85); }
td.TdClassName
{
border-color: #8B3955;
}
.TagClassName
{
border-color: #8B3955;
}
</style>