Shades of Rose Bud Cherry #81265F
Tints of Rose Bud Cherry #81265F
RGB
CMYK
RGB Variations
Color information
#81265F (or 0x81265F) is known color: Rose Bud Cherry. HEX triplet: 81, 26 and 5F. RGB value is (129,38,95). Sum of RGB (Red+Green+Blue) = 129+38+95=262 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.24% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 129 - color contains mainly: red. Hex color #81265F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81265F is #7ED9A0. Grayscale: #474747. Windows color (decimal): -8313249 or 6235777. OLE color: 6235777.
HSL color Cylindrical-coordinate representation of color #81265F: hue angle of 322.42º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #81265F is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 38 | 95 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.49 |
| HSL | 322.42º | 0.54% | 0.33% | - |
| HSV(B) | 322.42º | 0.71% | 0.51% | - |
| XYZ | 11.81 | 6.88 | 11.53 | - |
| YUV | 71.71 | 141.15 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 38 | 95 | 0 | 0.71 | 0.26 | 0.49 | 322.42 | 0.54 | 0.33 |
| Hex | 81 | 26 | 5F | 0 | 47 | 1A | 31 | 142 | 36 | 21 |
| Octal | 201 | 46 | 137 | 0 | 107 | 32 | 61 | 502 | 66 | 41 |
| Binary | 10000001 | 100110 | 1011111 | 0 | 1000111 | 11010 | 110001 | 101000010 | 110110 | 100001 |
Color Harmonies of #81265F
Complementary color
Monochromatic Colors of #81265F
Black with #81265F
Text Example
Text Example
White with #81265F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81265F; }
p { color: rgb(129,38,95); }
H1.HeaderClassName
{
color: #81265F;
}
.AnyTagClassName
{
color: #81265F;
}
</style>
background-color css
<style>
a { background-color: #81265F; }
a { background-color: rgb(129,38,95); }
div.DivClassName
{
background-color: #81265F;
}
.BgClassName
{
background-color: #81265F;
}
</style>
border-color css
<style>
span { border-color: #81265F; }
span { border-color: rgb(129,38,95); }
td.TdClassName
{
border-color: #81265F;
}
.TagClassName
{
border-color: #81265F;
}
</style>