Shades of Rose Bud Cherry #8B1F5F
Tints of Rose Bud Cherry #8B1F5F
RGB
CMYK
RGB Variations
Color information
#8B1F5F (or 0x8B1F5F) is known color: Rose Bud Cherry. HEX triplet: 8B, 1F and 5F. RGB value is (139,31,95). Sum of RGB (Red+Green+Blue) = 139+31+95=265 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.45% from 265); Green value is 31 (12.5% from 255 or 11.70% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1F5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B1F5F is #74E0A0. Grayscale: #464646. Windows color (decimal): -7659681 or 6233995. OLE color: 6233995.
HSL color Cylindrical-coordinate representation of color #8B1F5F: hue angle of 324.44º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8B1F5F is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 31 | 95 | - |
| CMYK | 0 | 0.78 | 0.32 | 0.45 |
| HSL | 324.44º | 0.64% | 0.33% | - |
| HSV(B) | 324.44º | 0.78% | 0.55% | - |
| XYZ | 13.2 | 7.3 | 11.54 | - |
| YUV | 70.59 | 141.78 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 31 | 95 | 0 | 0.78 | 0.32 | 0.45 | 324.44 | 0.64 | 0.33 |
| Hex | 8B | 1F | 5F | 0 | 4E | 20 | 2D | 144 | 40 | 21 |
| Octal | 213 | 37 | 137 | 0 | 116 | 40 | 55 | 504 | 100 | 41 |
| Binary | 10001011 | 11111 | 1011111 | 0 | 1001110 | 100000 | 101101 | 101000100 | 1000000 | 100001 |
Color Harmonies of #8B1F5F
Complementary color
Monochromatic Colors of #8B1F5F
Black with #8B1F5F
Text Example
Text Example
White with #8B1F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1F5F; }
p { color: rgb(139,31,95); }
H1.HeaderClassName
{
color: #8B1F5F;
}
.AnyTagClassName
{
color: #8B1F5F;
}
</style>
background-color css
<style>
a { background-color: #8B1F5F; }
a { background-color: rgb(139,31,95); }
div.DivClassName
{
background-color: #8B1F5F;
}
.BgClassName
{
background-color: #8B1F5F;
}
</style>
border-color css
<style>
span { border-color: #8B1F5F; }
span { border-color: rgb(139,31,95); }
td.TdClassName
{
border-color: #8B1F5F;
}
.TagClassName
{
border-color: #8B1F5F;
}
</style>