Shades of Rose Bud Cherry #8F3255
Tints of Rose Bud Cherry #8F3255
RGB
CMYK
RGB Variations
Color information
#8F3255 (or 0x8F3255) is known color: Rose Bud Cherry. HEX triplet: 8F, 32 and 55. RGB value is (143,50,85). Sum of RGB (Red+Green+Blue) = 143+50+85=278 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.44% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 85 (33.59% from 255 or 30.58% from 278); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3255 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3255 is #70CDAA. Grayscale: #515151. Windows color (decimal): -7392683 or 5583503. OLE color: 5583503.
HSL color Cylindrical-coordinate representation of color #8F3255: hue angle of 337.42º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8F3255 is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 50 | 85 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.44 |
| HSL | 337.42º | 0.48% | 0.38% | - |
| HSV(B) | 337.42º | 0.65% | 0.56% | - |
| XYZ | 14.11 | 8.78 | 9.54 | - |
| YUV | 81.8 | 129.81 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 50 | 85 | 0 | 0.65 | 0.41 | 0.44 | 337.42 | 0.48 | 0.38 |
| Hex | 8F | 32 | 55 | 0 | 41 | 29 | 2C | 151 | 30 | 26 |
| Octal | 217 | 62 | 125 | 0 | 101 | 51 | 54 | 521 | 60 | 46 |
| Binary | 10001111 | 110010 | 1010101 | 0 | 1000001 | 101001 | 101100 | 101010001 | 110000 | 100110 |
Color Harmonies of #8F3255
Complementary color
Monochromatic Colors of #8F3255
Black with #8F3255
Text Example
Text Example
White with #8F3255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3255; }
p { color: rgb(143,50,85); }
H1.HeaderClassName
{
color: #8F3255;
}
.AnyTagClassName
{
color: #8F3255;
}
</style>
background-color css
<style>
a { background-color: #8F3255; }
a { background-color: rgb(143,50,85); }
div.DivClassName
{
background-color: #8F3255;
}
.BgClassName
{
background-color: #8F3255;
}
</style>
border-color css
<style>
span { border-color: #8F3255; }
span { border-color: rgb(143,50,85); }
td.TdClassName
{
border-color: #8F3255;
}
.TagClassName
{
border-color: #8F3255;
}
</style>