Shades of Rose Bud Cherry #81385F
Tints of Rose Bud Cherry #81385F
RGB
CMYK
RGB Variations
Color information
#81385F (or 0x81385F) is known color: Rose Bud Cherry. HEX triplet: 81, 38 and 5F. RGB value is (129,56,95). Sum of RGB (Red+Green+Blue) = 129+56+95=280 (37% of max value = 765). Red value is 129 (50.78% from 255 or 46.07% from 280); Green value is 56 (22.27% from 255 or 20% from 280); Blue value is 95 (37.5% from 255 or 33.93% from 280); Max value from RGB is 129 - color contains mainly: red. Hex color #81385F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81385F is #7EC7A0. Grayscale: #525252. Windows color (decimal): -8308641 or 6240385. OLE color: 6240385.
HSL color Cylindrical-coordinate representation of color #81385F: hue angle of 327.95º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #81385F is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 56 | 95 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.49 |
| HSL | 327.95º | 0.39% | 0.36% | - |
| HSV(B) | 327.95º | 0.57% | 0.51% | - |
| XYZ | 12.53 | 8.32 | 11.77 | - |
| YUV | 82.27 | 135.18 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 56 | 95 | 0 | 0.57 | 0.26 | 0.49 | 327.95 | 0.39 | 0.36 |
| Hex | 81 | 38 | 5F | 0 | 39 | 1A | 31 | 148 | 27 | 24 |
| Octal | 201 | 70 | 137 | 0 | 71 | 32 | 61 | 510 | 47 | 44 |
| Binary | 10000001 | 111000 | 1011111 | 0 | 111001 | 11010 | 110001 | 101001000 | 100111 | 100100 |
Color Harmonies of #81385F
Complementary color
Monochromatic Colors of #81385F
Black with #81385F
Text Example
Text Example
White with #81385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81385F; }
p { color: rgb(129,56,95); }
H1.HeaderClassName
{
color: #81385F;
}
.AnyTagClassName
{
color: #81385F;
}
</style>
background-color css
<style>
a { background-color: #81385F; }
a { background-color: rgb(129,56,95); }
div.DivClassName
{
background-color: #81385F;
}
.BgClassName
{
background-color: #81385F;
}
</style>
border-color css
<style>
span { border-color: #81385F; }
span { border-color: rgb(129,56,95); }
td.TdClassName
{
border-color: #81385F;
}
.TagClassName
{
border-color: #81385F;
}
</style>