Shades of Rose Bud Cherry #8C375F
Tints of Rose Bud Cherry #8C375F
RGB
CMYK
RGB Variations
Color information
#8C375F (or 0x8C375F) is known color: Rose Bud Cherry. HEX triplet: 8C, 37 and 5F. RGB value is (140,55,95). Sum of RGB (Red+Green+Blue) = 140+55+95=290 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.28% from 290); Green value is 55 (21.88% from 255 or 18.97% from 290); Blue value is 95 (37.5% from 255 or 32.76% from 290); Max value from RGB is 140 - color contains mainly: red. Hex color #8C375F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C375F is #73C8A0. Grayscale: #545454. Windows color (decimal): -7588001 or 6240140. OLE color: 6240140.
HSL color Cylindrical-coordinate representation of color #8C375F: hue angle of 331.76º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C375F is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 55 | 95 | - |
| CMYK | 0 | 0.61 | 0.32 | 0.45 |
| HSL | 331.76º | 0.44% | 0.38% | - |
| HSV(B) | 331.76º | 0.61% | 0.55% | - |
| XYZ | 14.25 | 9.13 | 11.84 | - |
| YUV | 84.98 | 133.66 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 55 | 95 | 0 | 0.61 | 0.32 | 0.45 | 331.76 | 0.44 | 0.38 |
| Hex | 8C | 37 | 5F | 0 | 3D | 20 | 2D | 14C | 2C | 26 |
| Octal | 214 | 67 | 137 | 0 | 75 | 40 | 55 | 514 | 54 | 46 |
| Binary | 10001100 | 110111 | 1011111 | 0 | 111101 | 100000 | 101101 | 101001100 | 101100 | 100110 |
Color Harmonies of #8C375F
Complementary color
Monochromatic Colors of #8C375F
Black with #8C375F
Text Example
Text Example
White with #8C375F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C375F; }
p { color: rgb(140,55,95); }
H1.HeaderClassName
{
color: #8C375F;
}
.AnyTagClassName
{
color: #8C375F;
}
</style>
background-color css
<style>
a { background-color: #8C375F; }
a { background-color: rgb(140,55,95); }
div.DivClassName
{
background-color: #8C375F;
}
.BgClassName
{
background-color: #8C375F;
}
</style>
border-color css
<style>
span { border-color: #8C375F; }
span { border-color: rgb(140,55,95); }
td.TdClassName
{
border-color: #8C375F;
}
.TagClassName
{
border-color: #8C375F;
}
</style>