Shades of Rose Bud Cherry #8C134B
Tints of Rose Bud Cherry #8C134B
RGB
CMYK
RGB Variations
Color information
#8C134B (or 0x8C134B) is known color: Rose Bud Cherry. HEX triplet: 8C, 13 and 4B. RGB value is (140,19,75). Sum of RGB (Red+Green+Blue) = 140+19+75=234 (30% of max value = 765). Red value is 140 (55.08% from 255 or 59.83% from 234); Green value is 19 (7.81% from 255 or 8.12% from 234); Blue value is 75 (29.69% from 255 or 32.05% from 234); Max value from RGB is 140 - color contains mainly: red. Hex color #8C134B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C134B is #73ECB4. Grayscale: #3D3D3D. Windows color (decimal): -7597237 or 4920204. OLE color: 4920204.
HSL color Cylindrical-coordinate representation of color #8C134B: hue angle of 332.23º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C134B is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 19 | 75 | - |
| CMYK | 0 | 0.86 | 0.46 | 0.45 |
| HSL | 332.23º | 0.76% | 0.31% | - |
| HSV(B) | 332.23º | 0.86% | 0.55% | - |
| XYZ | 12.32 | 6.55 | 7.27 | - |
| YUV | 61.56 | 135.59 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 19 | 75 | 0 | 0.86 | 0.46 | 0.45 | 332.23 | 0.76 | 0.31 |
| Hex | 8C | 13 | 4B | 0 | 56 | 2E | 2D | 14C | 4C | 1F |
| Octal | 214 | 23 | 113 | 0 | 126 | 56 | 55 | 514 | 114 | 37 |
| Binary | 10001100 | 10011 | 1001011 | 0 | 1010110 | 101110 | 101101 | 101001100 | 1001100 | 11111 |
Color Harmonies of #8C134B
Complementary color
Monochromatic Colors of #8C134B
Black with #8C134B
Text Example
Text Example
White with #8C134B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C134B; }
p { color: rgb(140,19,75); }
H1.HeaderClassName
{
color: #8C134B;
}
.AnyTagClassName
{
color: #8C134B;
}
</style>
background-color css
<style>
a { background-color: #8C134B; }
a { background-color: rgb(140,19,75); }
div.DivClassName
{
background-color: #8C134B;
}
.BgClassName
{
background-color: #8C134B;
}
</style>
border-color css
<style>
span { border-color: #8C134B; }
span { border-color: rgb(140,19,75); }
td.TdClassName
{
border-color: #8C134B;
}
.TagClassName
{
border-color: #8C134B;
}
</style>