Shades of Rose Bud Cherry #8B2F5A
Tints of Rose Bud Cherry #8B2F5A
RGB
CMYK
RGB Variations
Color information
#8B2F5A (or 0x8B2F5A) is known color: Rose Bud Cherry. HEX triplet: 8B, 2F and 5A. RGB value is (139,47,90). Sum of RGB (Red+Green+Blue) = 139+47+90=276 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.36% from 276); Green value is 47 (18.75% from 255 or 17.03% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2F5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2F5A is #74D0A5. Grayscale: #4F4F4F. Windows color (decimal): -7655590 or 5910411. OLE color: 5910411.
HSL color Cylindrical-coordinate representation of color #8B2F5A: hue angle of 331.96º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8B2F5A is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 47 | 90 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.45 |
| HSL | 331.96º | 0.49% | 0.36% | - |
| HSV(B) | 331.96º | 0.66% | 0.55% | - |
| XYZ | 13.51 | 8.26 | 10.56 | - |
| YUV | 79.41 | 133.98 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 47 | 90 | 0 | 0.66 | 0.35 | 0.45 | 331.96 | 0.49 | 0.36 |
| Hex | 8B | 2F | 5A | 0 | 42 | 23 | 2D | 14C | 31 | 24 |
| Octal | 213 | 57 | 132 | 0 | 102 | 43 | 55 | 514 | 61 | 44 |
| Binary | 10001011 | 101111 | 1011010 | 0 | 1000010 | 100011 | 101101 | 101001100 | 110001 | 100100 |
Color Harmonies of #8B2F5A
Complementary color
Monochromatic Colors of #8B2F5A
Black with #8B2F5A
Text Example
Text Example
White with #8B2F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2F5A; }
p { color: rgb(139,47,90); }
H1.HeaderClassName
{
color: #8B2F5A;
}
.AnyTagClassName
{
color: #8B2F5A;
}
</style>
background-color css
<style>
a { background-color: #8B2F5A; }
a { background-color: rgb(139,47,90); }
div.DivClassName
{
background-color: #8B2F5A;
}
.BgClassName
{
background-color: #8B2F5A;
}
</style>
border-color css
<style>
span { border-color: #8B2F5A; }
span { border-color: rgb(139,47,90); }
td.TdClassName
{
border-color: #8B2F5A;
}
.TagClassName
{
border-color: #8B2F5A;
}
</style>