Shades of Rose Bud Cherry #8B325B
Tints of Rose Bud Cherry #8B325B
RGB
CMYK
RGB Variations
Color information
#8B325B (or 0x8B325B) is known color: Rose Bud Cherry. HEX triplet: 8B, 32 and 5B. RGB value is (139,50,91). Sum of RGB (Red+Green+Blue) = 139+50+91=280 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.64% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 139 - color contains mainly: red. Hex color #8B325B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B325B is #74CDA4. Grayscale: #515151. Windows color (decimal): -7654821 or 5976715. OLE color: 5976715.
HSL color Cylindrical-coordinate representation of color #8B325B: hue angle of 332.36º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8B325B is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 50 | 91 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.45 |
| HSL | 332.36º | 0.47% | 0.37% | - |
| HSV(B) | 332.36º | 0.64% | 0.55% | - |
| XYZ | 13.68 | 8.53 | 10.82 | - |
| YUV | 81.29 | 133.49 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 50 | 91 | 0 | 0.64 | 0.35 | 0.45 | 332.36 | 0.47 | 0.37 |
| Hex | 8B | 32 | 5B | 0 | 40 | 23 | 2D | 14C | 2F | 25 |
| Octal | 213 | 62 | 133 | 0 | 100 | 43 | 55 | 514 | 57 | 45 |
| Binary | 10001011 | 110010 | 1011011 | 0 | 1000000 | 100011 | 101101 | 101001100 | 101111 | 100101 |
Color Harmonies of #8B325B
Complementary color
Monochromatic Colors of #8B325B
Black with #8B325B
Text Example
Text Example
White with #8B325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B325B; }
p { color: rgb(139,50,91); }
H1.HeaderClassName
{
color: #8B325B;
}
.AnyTagClassName
{
color: #8B325B;
}
</style>
background-color css
<style>
a { background-color: #8B325B; }
a { background-color: rgb(139,50,91); }
div.DivClassName
{
background-color: #8B325B;
}
.BgClassName
{
background-color: #8B325B;
}
</style>
border-color css
<style>
span { border-color: #8B325B; }
span { border-color: rgb(139,50,91); }
td.TdClassName
{
border-color: #8B325B;
}
.TagClassName
{
border-color: #8B325B;
}
</style>