Shades of Rose Bud Cherry #8B3964
Tints of Rose Bud Cherry #8B3964
RGB
CMYK
RGB Variations
Color information
#8B3964 (or 0x8B3964) is known color: Rose Bud Cherry. HEX triplet: 8B, 39 and 64. RGB value is (139,57,100). Sum of RGB (Red+Green+Blue) = 139+57+100=296 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.96% from 296); Green value is 57 (22.66% from 255 or 19.26% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3964 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3964 is #74C69B. Grayscale: #565656. Windows color (decimal): -7653020 or 6568331. OLE color: 6568331.
HSL color Cylindrical-coordinate representation of color #8B3964: hue angle of 328.54º 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 #8B3964 is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 57 | 100 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.45 |
| HSL | 328.54º | 0.42% | 0.38% | - |
| HSV(B) | 328.54º | 0.59% | 0.55% | - |
| XYZ | 14.41 | 9.34 | 13.1 | - |
| YUV | 86.42 | 135.67 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 57 | 100 | 0 | 0.59 | 0.28 | 0.45 | 328.54 | 0.42 | 0.38 |
| Hex | 8B | 39 | 64 | 0 | 3B | 1C | 2D | 149 | 2A | 26 |
| Octal | 213 | 71 | 144 | 0 | 73 | 34 | 55 | 511 | 52 | 46 |
| Binary | 10001011 | 111001 | 1100100 | 0 | 111011 | 11100 | 101101 | 101001001 | 101010 | 100110 |
Color Harmonies of #8B3964
Complementary color
Monochromatic Colors of #8B3964
Black with #8B3964
Text Example
Text Example
White with #8B3964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3964; }
p { color: rgb(139,57,100); }
H1.HeaderClassName
{
color: #8B3964;
}
.AnyTagClassName
{
color: #8B3964;
}
</style>
background-color css
<style>
a { background-color: #8B3964; }
a { background-color: rgb(139,57,100); }
div.DivClassName
{
background-color: #8B3964;
}
.BgClassName
{
background-color: #8B3964;
}
</style>
border-color css
<style>
span { border-color: #8B3964; }
span { border-color: rgb(139,57,100); }
td.TdClassName
{
border-color: #8B3964;
}
.TagClassName
{
border-color: #8B3964;
}
</style>