Shades of Rose Bud Cherry #8D134B
Tints of Rose Bud Cherry #8D134B
RGB
CMYK
RGB Variations
Color information
#8D134B (or 0x8D134B) is known color: Rose Bud Cherry. HEX triplet: 8D, 13 and 4B. RGB value is (141,19,75). Sum of RGB (Red+Green+Blue) = 141+19+75=235 (31% of max value = 765). Red value is 141 (55.47% from 255 or 60% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 141 - color contains mainly: red. Hex color #8D134B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D134B is #72ECB4. Grayscale: #3D3D3D. Windows color (decimal): -7531701 or 4920205. OLE color: 4920205.
HSL color Cylindrical-coordinate representation of color #8D134B: hue angle of 332.46º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D134B is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 19 | 75 | - |
| CMYK | 0 | 0.87 | 0.47 | 0.45 |
| HSL | 332.46º | 0.76% | 0.31% | - |
| HSV(B) | 332.46º | 0.87% | 0.55% | - |
| XYZ | 12.49 | 6.64 | 7.28 | - |
| YUV | 61.86 | 135.42 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 19 | 75 | 0 | 0.87 | 0.47 | 0.45 | 332.46 | 0.76 | 0.31 |
| Hex | 8D | 13 | 4B | 0 | 57 | 2F | 2D | 14C | 4C | 1F |
| Octal | 215 | 23 | 113 | 0 | 127 | 57 | 55 | 514 | 114 | 37 |
| Binary | 10001101 | 10011 | 1001011 | 0 | 1010111 | 101111 | 101101 | 101001100 | 1001100 | 11111 |
Color Harmonies of #8D134B
Complementary color
Monochromatic Colors of #8D134B
Black with #8D134B
Text Example
Text Example
White with #8D134B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D134B; }
p { color: rgb(141,19,75); }
H1.HeaderClassName
{
color: #8D134B;
}
.AnyTagClassName
{
color: #8D134B;
}
</style>
background-color css
<style>
a { background-color: #8D134B; }
a { background-color: rgb(141,19,75); }
div.DivClassName
{
background-color: #8D134B;
}
.BgClassName
{
background-color: #8D134B;
}
</style>
border-color css
<style>
span { border-color: #8D134B; }
span { border-color: rgb(141,19,75); }
td.TdClassName
{
border-color: #8D134B;
}
.TagClassName
{
border-color: #8D134B;
}
</style>