Shades of Rose Bud Cherry #8B325C
Tints of Rose Bud Cherry #8B325C
RGB
CMYK
RGB Variations
Color information
#8B325C (or 0x8B325C) is known color: Rose Bud Cherry. HEX triplet: 8B, 32 and 5C. RGB value is (139,50,92). Sum of RGB (Red+Green+Blue) = 139+50+92=281 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.47% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 139 - color contains mainly: red. Hex color #8B325C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B325C is #74CDA3. Grayscale: #515151. Windows color (decimal): -7654820 or 6042251. OLE color: 6042251.
HSL color Cylindrical-coordinate representation of color #8B325C: hue angle of 331.69º 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 #8B325C is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 50 | 92 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.45 |
| HSL | 331.69º | 0.47% | 0.37% | - |
| HSV(B) | 331.69º | 0.64% | 0.55% | - |
| XYZ | 13.72 | 8.54 | 11.05 | - |
| YUV | 81.4 | 133.99 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 50 | 92 | 0 | 0.64 | 0.34 | 0.45 | 331.69 | 0.47 | 0.37 |
| Hex | 8B | 32 | 5C | 0 | 40 | 22 | 2D | 14C | 2F | 25 |
| Octal | 213 | 62 | 134 | 0 | 100 | 42 | 55 | 514 | 57 | 45 |
| Binary | 10001011 | 110010 | 1011100 | 0 | 1000000 | 100010 | 101101 | 101001100 | 101111 | 100101 |
Color Harmonies of #8B325C
Complementary color
Monochromatic Colors of #8B325C
Black with #8B325C
Text Example
Text Example
White with #8B325C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B325C; }
p { color: rgb(139,50,92); }
H1.HeaderClassName
{
color: #8B325C;
}
.AnyTagClassName
{
color: #8B325C;
}
</style>
background-color css
<style>
a { background-color: #8B325C; }
a { background-color: rgb(139,50,92); }
div.DivClassName
{
background-color: #8B325C;
}
.BgClassName
{
background-color: #8B325C;
}
</style>
border-color css
<style>
span { border-color: #8B325C; }
span { border-color: rgb(139,50,92); }
td.TdClassName
{
border-color: #8B325C;
}
.TagClassName
{
border-color: #8B325C;
}
</style>