Shades of Rose Bud Cherry #8F295B
Tints of Rose Bud Cherry #8F295B
RGB
CMYK
RGB Variations
Color information
#8F295B (or 0x8F295B) is known color: Rose Bud Cherry. HEX triplet: 8F, 29 and 5B. RGB value is (143,41,91). Sum of RGB (Red+Green+Blue) = 143+41+91=275 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52% from 275); Green value is 41 (16.41% from 255 or 14.91% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 143 - color contains mainly: red. Hex color #8F295B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F295B is #70D6A4. Grayscale: #4D4D4D. Windows color (decimal): -7394981 or 5974415. OLE color: 5974415.
HSL color Cylindrical-coordinate representation of color #8F295B: hue angle of 330.59º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8F295B is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 41 | 91 | - |
| CMYK | 0 | 0.71 | 0.36 | 0.44 |
| HSL | 330.59º | 0.55% | 0.36% | - |
| HSV(B) | 330.59º | 0.71% | 0.56% | - |
| XYZ | 14.01 | 8.18 | 10.74 | - |
| YUV | 77.2 | 135.79 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 41 | 91 | 0 | 0.71 | 0.36 | 0.44 | 330.59 | 0.55 | 0.36 |
| Hex | 8F | 29 | 5B | 0 | 47 | 24 | 2C | 14B | 37 | 24 |
| Octal | 217 | 51 | 133 | 0 | 107 | 44 | 54 | 513 | 67 | 44 |
| Binary | 10001111 | 101001 | 1011011 | 0 | 1000111 | 100100 | 101100 | 101001011 | 110111 | 100100 |
Color Harmonies of #8F295B
Complementary color
Monochromatic Colors of #8F295B
Black with #8F295B
Text Example
Text Example
White with #8F295B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F295B; }
p { color: rgb(143,41,91); }
H1.HeaderClassName
{
color: #8F295B;
}
.AnyTagClassName
{
color: #8F295B;
}
</style>
background-color css
<style>
a { background-color: #8F295B; }
a { background-color: rgb(143,41,91); }
div.DivClassName
{
background-color: #8F295B;
}
.BgClassName
{
background-color: #8F295B;
}
</style>
border-color css
<style>
span { border-color: #8F295B; }
span { border-color: rgb(143,41,91); }
td.TdClassName
{
border-color: #8F295B;
}
.TagClassName
{
border-color: #8F295B;
}
</style>