Shades of Rose Bud Cherry #8B2763
Tints of Rose Bud Cherry #8B2763
RGB
CMYK
RGB Variations
Color information
#8B2763 (or 0x8B2763) is known color: Rose Bud Cherry. HEX triplet: 8B, 27 and 63. RGB value is (139,39,99). Sum of RGB (Red+Green+Blue) = 139+39+99=277 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.18% from 277); Green value is 39 (15.62% from 255 or 14.08% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2763 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2763 is #74D89C. Grayscale: #4B4B4B. Windows color (decimal): -7657629 or 6498187. OLE color: 6498187.
HSL color Cylindrical-coordinate representation of color #8B2763: hue angle of 324º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8B2763 is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 39 | 99 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.45 |
| HSL | 324º | 0.56% | 0.35% | - |
| HSV(B) | 324º | 0.72% | 0.55% | - |
| XYZ | 13.63 | 7.84 | 12.6 | - |
| YUV | 75.74 | 141.13 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 39 | 99 | 0 | 0.72 | 0.29 | 0.45 | 324 | 0.56 | 0.35 |
| Hex | 8B | 27 | 63 | 0 | 48 | 1D | 2D | 144 | 38 | 23 |
| Octal | 213 | 47 | 143 | 0 | 110 | 35 | 55 | 504 | 70 | 43 |
| Binary | 10001011 | 100111 | 1100011 | 0 | 1001000 | 11101 | 101101 | 101000100 | 111000 | 100011 |
Color Harmonies of #8B2763
Complementary color
Monochromatic Colors of #8B2763
Black with #8B2763
Text Example
Text Example
White with #8B2763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2763; }
p { color: rgb(139,39,99); }
H1.HeaderClassName
{
color: #8B2763;
}
.AnyTagClassName
{
color: #8B2763;
}
</style>
background-color css
<style>
a { background-color: #8B2763; }
a { background-color: rgb(139,39,99); }
div.DivClassName
{
background-color: #8B2763;
}
.BgClassName
{
background-color: #8B2763;
}
</style>
border-color css
<style>
span { border-color: #8B2763; }
span { border-color: rgb(139,39,99); }
td.TdClassName
{
border-color: #8B2763;
}
.TagClassName
{
border-color: #8B2763;
}
</style>