Shades of Rose Bud Cherry #8F3257
Tints of Rose Bud Cherry #8F3257
RGB
CMYK
RGB Variations
Color information
#8F3257 (or 0x8F3257) is known color: Rose Bud Cherry. HEX triplet: 8F, 32 and 57. RGB value is (143,50,87). Sum of RGB (Red+Green+Blue) = 143+50+87=280 (37% of max value = 765). Red value is 143 (56.25% from 255 or 51.07% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 87 (34.38% from 255 or 31.07% from 280); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3257 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3257 is #70CDA8. Grayscale: #515151. Windows color (decimal): -7392681 or 5714575. OLE color: 5714575.
HSL color Cylindrical-coordinate representation of color #8F3257: hue angle of 336.13º 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 #8F3257 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 50 | 87 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.44 |
| HSL | 336.13º | 0.48% | 0.38% | - |
| HSV(B) | 336.13º | 0.65% | 0.56% | - |
| XYZ | 14.19 | 8.81 | 9.97 | - |
| YUV | 82.03 | 130.81 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 50 | 87 | 0 | 0.65 | 0.39 | 0.44 | 336.13 | 0.48 | 0.38 |
| Hex | 8F | 32 | 57 | 0 | 41 | 27 | 2C | 150 | 30 | 26 |
| Octal | 217 | 62 | 127 | 0 | 101 | 47 | 54 | 520 | 60 | 46 |
| Binary | 10001111 | 110010 | 1010111 | 0 | 1000001 | 100111 | 101100 | 101010000 | 110000 | 100110 |
Color Harmonies of #8F3257
Complementary color
Monochromatic Colors of #8F3257
Black with #8F3257
Text Example
Text Example
White with #8F3257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3257; }
p { color: rgb(143,50,87); }
H1.HeaderClassName
{
color: #8F3257;
}
.AnyTagClassName
{
color: #8F3257;
}
</style>
background-color css
<style>
a { background-color: #8F3257; }
a { background-color: rgb(143,50,87); }
div.DivClassName
{
background-color: #8F3257;
}
.BgClassName
{
background-color: #8F3257;
}
</style>
border-color css
<style>
span { border-color: #8F3257; }
span { border-color: rgb(143,50,87); }
td.TdClassName
{
border-color: #8F3257;
}
.TagClassName
{
border-color: #8F3257;
}
</style>