Shades of Rose Bud Cherry #8C375B
Tints of Rose Bud Cherry #8C375B
RGB
CMYK
RGB Variations
Color information
#8C375B (or 0x8C375B) is known color: Rose Bud Cherry. HEX triplet: 8C, 37 and 5B. RGB value is (140,55,91). Sum of RGB (Red+Green+Blue) = 140+55+91=286 (37% of max value = 765). Red value is 140 (55.08% from 255 or 48.95% from 286); Green value is 55 (21.88% from 255 or 19.23% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 140 - color contains mainly: red. Hex color #8C375B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C375B is #73C8A4. Grayscale: #545454. Windows color (decimal): -7588005 or 5977996. OLE color: 5977996.
HSL color Cylindrical-coordinate representation of color #8C375B: hue angle of 334.59º 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 #8C375B is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 55 | 91 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.45 |
| HSL | 334.59º | 0.44% | 0.38% | - |
| HSV(B) | 334.59º | 0.61% | 0.55% | - |
| XYZ | 14.07 | 9.06 | 10.91 | - |
| YUV | 84.52 | 131.66 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 55 | 91 | 0 | 0.61 | 0.35 | 0.45 | 334.59 | 0.44 | 0.38 |
| Hex | 8C | 37 | 5B | 0 | 3D | 23 | 2D | 14F | 2C | 26 |
| Octal | 214 | 67 | 133 | 0 | 75 | 43 | 55 | 517 | 54 | 46 |
| Binary | 10001100 | 110111 | 1011011 | 0 | 111101 | 100011 | 101101 | 101001111 | 101100 | 100110 |
Color Harmonies of #8C375B
Complementary color
Monochromatic Colors of #8C375B
Black with #8C375B
Text Example
Text Example
White with #8C375B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C375B; }
p { color: rgb(140,55,91); }
H1.HeaderClassName
{
color: #8C375B;
}
.AnyTagClassName
{
color: #8C375B;
}
</style>
background-color css
<style>
a { background-color: #8C375B; }
a { background-color: rgb(140,55,91); }
div.DivClassName
{
background-color: #8C375B;
}
.BgClassName
{
background-color: #8C375B;
}
</style>
border-color css
<style>
span { border-color: #8C375B; }
span { border-color: rgb(140,55,91); }
td.TdClassName
{
border-color: #8C375B;
}
.TagClassName
{
border-color: #8C375B;
}
</style>