Shades of Rose Bud Cherry #8B366B
Tints of Rose Bud Cherry #8B366B
RGB
CMYK
RGB Variations
Color information
#8B366B (or 0x8B366B) is known color: Rose Bud Cherry. HEX triplet: 8B, 36 and 6B. RGB value is (139,54,107). Sum of RGB (Red+Green+Blue) = 139+54+107=300 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.33% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 107 (42.19% from 255 or 35.67% from 300); Max value from RGB is 139 - color contains mainly: red. Hex color #8B366B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B366B is #74C994. Grayscale: #555555. Windows color (decimal): -7653781 or 7026315. OLE color: 7026315.
HSL color Cylindrical-coordinate representation of color #8B366B: hue angle of 322.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 #8B366B is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 54 | 107 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.45 |
| HSL | 322.59º | 0.44% | 0.38% | - |
| HSV(B) | 322.59º | 0.61% | 0.55% | - |
| XYZ | 14.62 | 9.19 | 14.91 | - |
| YUV | 85.46 | 140.16 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 54 | 107 | 0 | 0.61 | 0.23 | 0.45 | 322.59 | 0.44 | 0.38 |
| Hex | 8B | 36 | 6B | 0 | 3D | 17 | 2D | 143 | 2C | 26 |
| Octal | 213 | 66 | 153 | 0 | 75 | 27 | 55 | 503 | 54 | 46 |
| Binary | 10001011 | 110110 | 1101011 | 0 | 111101 | 10111 | 101101 | 101000011 | 101100 | 100110 |
Color Harmonies of #8B366B
Complementary color
Monochromatic Colors of #8B366B
Black with #8B366B
Text Example
Text Example
White with #8B366B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B366B; }
p { color: rgb(139,54,107); }
H1.HeaderClassName
{
color: #8B366B;
}
.AnyTagClassName
{
color: #8B366B;
}
</style>
background-color css
<style>
a { background-color: #8B366B; }
a { background-color: rgb(139,54,107); }
div.DivClassName
{
background-color: #8B366B;
}
.BgClassName
{
background-color: #8B366B;
}
</style>
border-color css
<style>
span { border-color: #8B366B; }
span { border-color: rgb(139,54,107); }
td.TdClassName
{
border-color: #8B366B;
}
.TagClassName
{
border-color: #8B366B;
}
</style>