Shades of Rose Bud Cherry #8C1F4E
Tints of Rose Bud Cherry #8C1F4E
RGB
CMYK
RGB Variations
Color information
#8C1F4E (or 0x8C1F4E) is known color: Rose Bud Cherry. HEX triplet: 8C, 1F and 4E. RGB value is (140,31,78). Sum of RGB (Red+Green+Blue) = 140+31+78=249 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.22% from 249); Green value is 31 (12.5% from 255 or 12.45% from 249); Blue value is 78 (30.86% from 255 or 31.33% from 249); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1F4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C1F4E is #73E0B1. Grayscale: #444444. Windows color (decimal): -7594162 or 5119884. OLE color: 5119884.
HSL color Cylindrical-coordinate representation of color #8C1F4E: hue angle of 334.13º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8C1F4E is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 31 | 78 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.45 |
| HSL | 334.13º | 0.64% | 0.34% | - |
| HSV(B) | 334.13º | 0.78% | 0.55% | - |
| XYZ | 12.68 | 7.11 | 7.91 | - |
| YUV | 68.95 | 133.11 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 31 | 78 | 0 | 0.78 | 0.44 | 0.45 | 334.13 | 0.64 | 0.34 |
| Hex | 8C | 1F | 4E | 0 | 4E | 2C | 2D | 14E | 40 | 22 |
| Octal | 214 | 37 | 116 | 0 | 116 | 54 | 55 | 516 | 100 | 42 |
| Binary | 10001100 | 11111 | 1001110 | 0 | 1001110 | 101100 | 101101 | 101001110 | 1000000 | 100010 |
Color Harmonies of #8C1F4E
Complementary color
Monochromatic Colors of #8C1F4E
Black with #8C1F4E
Text Example
Text Example
White with #8C1F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1F4E; }
p { color: rgb(140,31,78); }
H1.HeaderClassName
{
color: #8C1F4E;
}
.AnyTagClassName
{
color: #8C1F4E;
}
</style>
background-color css
<style>
a { background-color: #8C1F4E; }
a { background-color: rgb(140,31,78); }
div.DivClassName
{
background-color: #8C1F4E;
}
.BgClassName
{
background-color: #8C1F4E;
}
</style>
border-color css
<style>
span { border-color: #8C1F4E; }
span { border-color: rgb(140,31,78); }
td.TdClassName
{
border-color: #8C1F4E;
}
.TagClassName
{
border-color: #8C1F4E;
}
</style>