Shades of Rose Bud Cherry #8C1857
Tints of Rose Bud Cherry #8C1857
RGB
CMYK
RGB Variations
Color information
#8C1857 (or 0x8C1857) is known color: Rose Bud Cherry. HEX triplet: 8C, 18 and 57. RGB value is (140,24,87). Sum of RGB (Red+Green+Blue) = 140+24+87=251 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.78% from 251); Green value is 24 (9.77% from 255 or 9.56% from 251); Blue value is 87 (34.38% from 255 or 34.66% from 251); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1857 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1857 is #73E7A8. Grayscale: #414141. Windows color (decimal): -7595945 or 5707916. OLE color: 5707916.
HSL color Cylindrical-coordinate representation of color #8C1857: hue angle of 327.41º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8C1857 is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 24 | 87 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.45 |
| HSL | 327.41º | 0.71% | 0.32% | - |
| HSV(B) | 327.41º | 0.83% | 0.55% | - |
| XYZ | 12.86 | 6.92 | 9.67 | - |
| YUV | 65.87 | 139.93 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 24 | 87 | 0 | 0.83 | 0.38 | 0.45 | 327.41 | 0.71 | 0.32 |
| Hex | 8C | 18 | 57 | 0 | 53 | 26 | 2D | 147 | 47 | 20 |
| Octal | 214 | 30 | 127 | 0 | 123 | 46 | 55 | 507 | 107 | 40 |
| Binary | 10001100 | 11000 | 1010111 | 0 | 1010011 | 100110 | 101101 | 101000111 | 1000111 | 100000 |
Color Harmonies of #8C1857
Complementary color
Monochromatic Colors of #8C1857
Black with #8C1857
Text Example
Text Example
White with #8C1857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1857; }
p { color: rgb(140,24,87); }
H1.HeaderClassName
{
color: #8C1857;
}
.AnyTagClassName
{
color: #8C1857;
}
</style>
background-color css
<style>
a { background-color: #8C1857; }
a { background-color: rgb(140,24,87); }
div.DivClassName
{
background-color: #8C1857;
}
.BgClassName
{
background-color: #8C1857;
}
</style>
border-color css
<style>
span { border-color: #8C1857; }
span { border-color: rgb(140,24,87); }
td.TdClassName
{
border-color: #8C1857;
}
.TagClassName
{
border-color: #8C1857;
}
</style>