Shades of Rose Bud Cherry #8F1A5C
Tints of Rose Bud Cherry #8F1A5C
RGB
CMYK
RGB Variations
Color information
#8F1A5C (or 0x8F1A5C) is known color: Rose Bud Cherry. HEX triplet: 8F, 1A and 5C. RGB value is (143,26,92). Sum of RGB (Red+Green+Blue) = 143+26+92=261 (34% of max value = 765). Red value is 143 (56.25% from 255 or 54.79% from 261); Green value is 26 (10.55% from 255 or 9.96% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1A5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F1A5C is #70E5A3. Grayscale: #444444. Windows color (decimal): -7398820 or 6036111. OLE color: 6036111.
HSL color Cylindrical-coordinate representation of color #8F1A5C: hue angle of 326.15º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8F1A5C is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 26 | 92 | - |
| CMYK | 0 | 0.82 | 0.36 | 0.44 |
| HSL | 326.15º | 0.69% | 0.33% | - |
| HSV(B) | 326.15º | 0.82% | 0.56% | - |
| XYZ | 13.63 | 7.35 | 10.83 | - |
| YUV | 68.51 | 141.26 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 26 | 92 | 0 | 0.82 | 0.36 | 0.44 | 326.15 | 0.69 | 0.33 |
| Hex | 8F | 1A | 5C | 0 | 52 | 24 | 2C | 146 | 45 | 21 |
| Octal | 217 | 32 | 134 | 0 | 122 | 44 | 54 | 506 | 105 | 41 |
| Binary | 10001111 | 11010 | 1011100 | 0 | 1010010 | 100100 | 101100 | 101000110 | 1000101 | 100001 |
Color Harmonies of #8F1A5C
Complementary color
Monochromatic Colors of #8F1A5C
Black with #8F1A5C
Text Example
Text Example
White with #8F1A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1A5C; }
p { color: rgb(143,26,92); }
H1.HeaderClassName
{
color: #8F1A5C;
}
.AnyTagClassName
{
color: #8F1A5C;
}
</style>
background-color css
<style>
a { background-color: #8F1A5C; }
a { background-color: rgb(143,26,92); }
div.DivClassName
{
background-color: #8F1A5C;
}
.BgClassName
{
background-color: #8F1A5C;
}
</style>
border-color css
<style>
span { border-color: #8F1A5C; }
span { border-color: rgb(143,26,92); }
td.TdClassName
{
border-color: #8F1A5C;
}
.TagClassName
{
border-color: #8F1A5C;
}
</style>