Shades of Rose Bud Cherry #8B3064
Tints of Rose Bud Cherry #8B3064
RGB
CMYK
RGB Variations
Color information
#8B3064 (or 0x8B3064) is known color: Rose Bud Cherry. HEX triplet: 8B, 30 and 64. RGB value is (139,48,100). Sum of RGB (Red+Green+Blue) = 139+48+100=287 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.43% from 287); Green value is 48 (19.14% from 255 or 16.72% from 287); Blue value is 100 (39.45% from 255 or 34.84% from 287); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3064 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3064 is #74CF9B. Grayscale: #515151. Windows color (decimal): -7655324 or 6566027. OLE color: 6566027.
HSL color Cylindrical-coordinate representation of color #8B3064: hue angle of 325.71º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8B3064 is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 48 | 100 | - |
| CMYK | 0 | 0.65 | 0.28 | 0.45 |
| HSL | 325.71º | 0.49% | 0.37% | - |
| HSV(B) | 325.71º | 0.65% | 0.55% | - |
| XYZ | 14 | 8.52 | 12.96 | - |
| YUV | 81.14 | 138.65 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 48 | 100 | 0 | 0.65 | 0.28 | 0.45 | 325.71 | 0.49 | 0.37 |
| Hex | 8B | 30 | 64 | 0 | 41 | 1C | 2D | 146 | 31 | 25 |
| Octal | 213 | 60 | 144 | 0 | 101 | 34 | 55 | 506 | 61 | 45 |
| Binary | 10001011 | 110000 | 1100100 | 0 | 1000001 | 11100 | 101101 | 101000110 | 110001 | 100101 |
Color Harmonies of #8B3064
Complementary color
Monochromatic Colors of #8B3064
Black with #8B3064
Text Example
Text Example
White with #8B3064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3064; }
p { color: rgb(139,48,100); }
H1.HeaderClassName
{
color: #8B3064;
}
.AnyTagClassName
{
color: #8B3064;
}
</style>
background-color css
<style>
a { background-color: #8B3064; }
a { background-color: rgb(139,48,100); }
div.DivClassName
{
background-color: #8B3064;
}
.BgClassName
{
background-color: #8B3064;
}
</style>
border-color css
<style>
span { border-color: #8B3064; }
span { border-color: rgb(139,48,100); }
td.TdClassName
{
border-color: #8B3064;
}
.TagClassName
{
border-color: #8B3064;
}
</style>