Shades of Rose Bud Cherry #8B365A
Tints of Rose Bud Cherry #8B365A
RGB
CMYK
RGB Variations
Color information
#8B365A (or 0x8B365A) is known color: Rose Bud Cherry. HEX triplet: 8B, 36 and 5A. RGB value is (139,54,90). Sum of RGB (Red+Green+Blue) = 139+54+90=283 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.12% from 283); Green value is 54 (21.48% from 255 or 19.08% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 139 - color contains mainly: red. Hex color #8B365A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B365A is #74C9A5. Grayscale: #535353. Windows color (decimal): -7653798 or 5912203. OLE color: 5912203.
HSL color Cylindrical-coordinate representation of color #8B365A: hue angle of 334.59º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8B365A is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 54 | 90 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.45 |
| HSL | 334.59º | 0.44% | 0.38% | - |
| HSV(B) | 334.59º | 0.61% | 0.55% | - |
| XYZ | 13.81 | 8.87 | 10.66 | - |
| YUV | 83.52 | 131.66 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 54 | 90 | 0 | 0.61 | 0.35 | 0.45 | 334.59 | 0.44 | 0.38 |
| Hex | 8B | 36 | 5A | 0 | 3D | 23 | 2D | 14F | 2C | 26 |
| Octal | 213 | 66 | 132 | 0 | 75 | 43 | 55 | 517 | 54 | 46 |
| Binary | 10001011 | 110110 | 1011010 | 0 | 111101 | 100011 | 101101 | 101001111 | 101100 | 100110 |
Color Harmonies of #8B365A
Complementary color
Monochromatic Colors of #8B365A
Black with #8B365A
Text Example
Text Example
White with #8B365A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B365A; }
p { color: rgb(139,54,90); }
H1.HeaderClassName
{
color: #8B365A;
}
.AnyTagClassName
{
color: #8B365A;
}
</style>
background-color css
<style>
a { background-color: #8B365A; }
a { background-color: rgb(139,54,90); }
div.DivClassName
{
background-color: #8B365A;
}
.BgClassName
{
background-color: #8B365A;
}
</style>
border-color css
<style>
span { border-color: #8B365A; }
span { border-color: rgb(139,54,90); }
td.TdClassName
{
border-color: #8B365A;
}
.TagClassName
{
border-color: #8B365A;
}
</style>