Shades of Rose Bud Cherry #8F3153
Tints of Rose Bud Cherry #8F3153
RGB
CMYK
RGB Variations
Color information
#8F3153 (or 0x8F3153) is known color: Rose Bud Cherry. HEX triplet: 8F, 31 and 53. RGB value is (143,49,83). Sum of RGB (Red+Green+Blue) = 143+49+83=275 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52% from 275); Green value is 49 (19.53% from 255 or 17.82% from 275); Blue value is 83 (32.81% from 255 or 30.18% from 275); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3153 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3153 is #70CEAC. Grayscale: #505050. Windows color (decimal): -7392941 or 5452175. OLE color: 5452175.
HSL color Cylindrical-coordinate representation of color #8F3153: hue angle of 338.3º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F3153 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 49 | 83 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.44 |
| HSL | 338.3º | 0.49% | 0.38% | - |
| HSV(B) | 338.3º | 0.66% | 0.56% | - |
| XYZ | 13.99 | 8.66 | 9.12 | - |
| YUV | 80.98 | 129.14 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 49 | 83 | 0 | 0.66 | 0.42 | 0.44 | 338.3 | 0.49 | 0.38 |
| Hex | 8F | 31 | 53 | 0 | 42 | 2A | 2C | 152 | 31 | 26 |
| Octal | 217 | 61 | 123 | 0 | 102 | 52 | 54 | 522 | 61 | 46 |
| Binary | 10001111 | 110001 | 1010011 | 0 | 1000010 | 101010 | 101100 | 101010010 | 110001 | 100110 |
Color Harmonies of #8F3153
Complementary color
Monochromatic Colors of #8F3153
Black with #8F3153
Text Example
Text Example
White with #8F3153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3153; }
p { color: rgb(143,49,83); }
H1.HeaderClassName
{
color: #8F3153;
}
.AnyTagClassName
{
color: #8F3153;
}
</style>
background-color css
<style>
a { background-color: #8F3153; }
a { background-color: rgb(143,49,83); }
div.DivClassName
{
background-color: #8F3153;
}
.BgClassName
{
background-color: #8F3153;
}
</style>
border-color css
<style>
span { border-color: #8F3153; }
span { border-color: rgb(143,49,83); }
td.TdClassName
{
border-color: #8F3153;
}
.TagClassName
{
border-color: #8F3153;
}
</style>