Shades of Rose Bud Cherry #8B1D4F
Tints of Rose Bud Cherry #8B1D4F
RGB
CMYK
RGB Variations
Color information
#8B1D4F (or 0x8B1D4F) is known color: Rose Bud Cherry. HEX triplet: 8B, 1D and 4F. RGB value is (139,29,79). Sum of RGB (Red+Green+Blue) = 139+29+79=247 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.28% from 247); Green value is 29 (11.72% from 255 or 11.74% from 247); Blue value is 79 (31.25% from 255 or 31.98% from 247); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1D4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B1D4F is #74E2B0. Grayscale: #434343. Windows color (decimal): -7660209 or 5184907. OLE color: 5184907.
HSL color Cylindrical-coordinate representation of color #8B1D4F: hue angle of 332.73º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8B1D4F is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 29 | 79 | - |
| CMYK | 0 | 0.79 | 0.43 | 0.45 |
| HSL | 332.73º | 0.65% | 0.33% | - |
| HSV(B) | 332.73º | 0.79% | 0.55% | - |
| XYZ | 12.5 | 6.93 | 8.08 | - |
| YUV | 67.59 | 134.44 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 29 | 79 | 0 | 0.79 | 0.43 | 0.45 | 332.73 | 0.65 | 0.33 |
| Hex | 8B | 1D | 4F | 0 | 4F | 2B | 2D | 14D | 41 | 21 |
| Octal | 213 | 35 | 117 | 0 | 117 | 53 | 55 | 515 | 101 | 41 |
| Binary | 10001011 | 11101 | 1001111 | 0 | 1001111 | 101011 | 101101 | 101001101 | 1000001 | 100001 |
Color Harmonies of #8B1D4F
Complementary color
Monochromatic Colors of #8B1D4F
Black with #8B1D4F
Text Example
Text Example
White with #8B1D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1D4F; }
p { color: rgb(139,29,79); }
H1.HeaderClassName
{
color: #8B1D4F;
}
.AnyTagClassName
{
color: #8B1D4F;
}
</style>
background-color css
<style>
a { background-color: #8B1D4F; }
a { background-color: rgb(139,29,79); }
div.DivClassName
{
background-color: #8B1D4F;
}
.BgClassName
{
background-color: #8B1D4F;
}
</style>
border-color css
<style>
span { border-color: #8B1D4F; }
span { border-color: rgb(139,29,79); }
td.TdClassName
{
border-color: #8B1D4F;
}
.TagClassName
{
border-color: #8B1D4F;
}
</style>