Shades of Rose Bud Cherry #8B3263
Tints of Rose Bud Cherry #8B3263
RGB
CMYK
RGB Variations
Color information
#8B3263 (or 0x8B3263) is known color: Rose Bud Cherry. HEX triplet: 8B, 32 and 63. RGB value is (139,50,99). Sum of RGB (Red+Green+Blue) = 139+50+99=288 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.26% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 99 (39.06% from 255 or 34.38% from 288); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3263 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3263 is #74CD9C. Grayscale: #525252. Windows color (decimal): -7654813 or 6501003. OLE color: 6501003.
HSL color Cylindrical-coordinate representation of color #8B3263: hue angle of 326.97º 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 #8B3263 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 50 | 99 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.45 |
| HSL | 326.97º | 0.47% | 0.37% | - |
| HSV(B) | 326.97º | 0.64% | 0.55% | - |
| XYZ | 14.04 | 8.67 | 12.74 | - |
| YUV | 82.2 | 137.49 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 50 | 99 | 0 | 0.64 | 0.29 | 0.45 | 326.97 | 0.47 | 0.37 |
| Hex | 8B | 32 | 63 | 0 | 40 | 1D | 2D | 147 | 2F | 25 |
| Octal | 213 | 62 | 143 | 0 | 100 | 35 | 55 | 507 | 57 | 45 |
| Binary | 10001011 | 110010 | 1100011 | 0 | 1000000 | 11101 | 101101 | 101000111 | 101111 | 100101 |
Color Harmonies of #8B3263
Complementary color
Monochromatic Colors of #8B3263
Black with #8B3263
Text Example
Text Example
White with #8B3263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3263; }
p { color: rgb(139,50,99); }
H1.HeaderClassName
{
color: #8B3263;
}
.AnyTagClassName
{
color: #8B3263;
}
</style>
background-color css
<style>
a { background-color: #8B3263; }
a { background-color: rgb(139,50,99); }
div.DivClassName
{
background-color: #8B3263;
}
.BgClassName
{
background-color: #8B3263;
}
</style>
border-color css
<style>
span { border-color: #8B3263; }
span { border-color: rgb(139,50,99); }
td.TdClassName
{
border-color: #8B3263;
}
.TagClassName
{
border-color: #8B3263;
}
</style>