Shades of Rose Bud Cherry #8F3253
Tints of Rose Bud Cherry #8F3253
RGB
CMYK
RGB Variations
Color information
#8F3253 (or 0x8F3253) is known color: Rose Bud Cherry. HEX triplet: 8F, 32 and 53. RGB value is (143,50,83). Sum of RGB (Red+Green+Blue) = 143+50+83=276 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.81% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 83 (32.81% from 255 or 30.07% from 276); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3253 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3253 is #70CDAC. Grayscale: #515151. Windows color (decimal): -7392685 or 5452431. OLE color: 5452431.
HSL color Cylindrical-coordinate representation of color #8F3253: hue angle of 338.71º 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 #8F3253 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 50 | 83 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.44 |
| HSL | 338.71º | 0.48% | 0.38% | - |
| HSV(B) | 338.71º | 0.65% | 0.56% | - |
| XYZ | 14.03 | 8.75 | 9.13 | - |
| YUV | 81.57 | 128.81 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 50 | 83 | 0 | 0.65 | 0.42 | 0.44 | 338.71 | 0.48 | 0.38 |
| Hex | 8F | 32 | 53 | 0 | 41 | 2A | 2C | 153 | 30 | 26 |
| Octal | 217 | 62 | 123 | 0 | 101 | 52 | 54 | 523 | 60 | 46 |
| Binary | 10001111 | 110010 | 1010011 | 0 | 1000001 | 101010 | 101100 | 101010011 | 110000 | 100110 |
Color Harmonies of #8F3253
Complementary color
Monochromatic Colors of #8F3253
Black with #8F3253
Text Example
Text Example
White with #8F3253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3253; }
p { color: rgb(143,50,83); }
H1.HeaderClassName
{
color: #8F3253;
}
.AnyTagClassName
{
color: #8F3253;
}
</style>
background-color css
<style>
a { background-color: #8F3253; }
a { background-color: rgb(143,50,83); }
div.DivClassName
{
background-color: #8F3253;
}
.BgClassName
{
background-color: #8F3253;
}
</style>
border-color css
<style>
span { border-color: #8F3253; }
span { border-color: rgb(143,50,83); }
td.TdClassName
{
border-color: #8F3253;
}
.TagClassName
{
border-color: #8F3253;
}
</style>