Shades of Rose Bud Cherry #81275B
Tints of Rose Bud Cherry #81275B
RGB
CMYK
RGB Variations
Color information
#81275B (or 0x81275B) is known color: Rose Bud Cherry. HEX triplet: 81, 27 and 5B. RGB value is (129,39,91). Sum of RGB (Red+Green+Blue) = 129+39+91=259 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.81% from 259); Green value is 39 (15.62% from 255 or 15.06% from 259); Blue value is 91 (35.94% from 255 or 35.14% from 259); Max value from RGB is 129 - color contains mainly: red. Hex color #81275B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81275B is #7ED8A4. Grayscale: #474747. Windows color (decimal): -8312997 or 5973889. OLE color: 5973889.
HSL color Cylindrical-coordinate representation of color #81275B: hue angle of 325.33º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #81275B is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 39 | 91 | - |
| CMYK | 0 | 0.70 | 0.29 | 0.49 |
| HSL | 325.33º | 0.54% | 0.33% | - |
| HSV(B) | 325.33º | 0.7% | 0.51% | - |
| XYZ | 11.67 | 6.87 | 10.61 | - |
| YUV | 71.84 | 138.82 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 39 | 91 | 0 | 0.70 | 0.29 | 0.49 | 325.33 | 0.54 | 0.33 |
| Hex | 81 | 27 | 5B | 0 | 46 | 1D | 31 | 145 | 36 | 21 |
| Octal | 201 | 47 | 133 | 0 | 106 | 35 | 61 | 505 | 66 | 41 |
| Binary | 10000001 | 100111 | 1011011 | 0 | 1000110 | 11101 | 110001 | 101000101 | 110110 | 100001 |
Color Harmonies of #81275B
Complementary color
Monochromatic Colors of #81275B
Black with #81275B
Text Example
Text Example
White with #81275B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81275B; }
p { color: rgb(129,39,91); }
H1.HeaderClassName
{
color: #81275B;
}
.AnyTagClassName
{
color: #81275B;
}
</style>
background-color css
<style>
a { background-color: #81275B; }
a { background-color: rgb(129,39,91); }
div.DivClassName
{
background-color: #81275B;
}
.BgClassName
{
background-color: #81275B;
}
</style>
border-color css
<style>
span { border-color: #81275B; }
span { border-color: rgb(129,39,91); }
td.TdClassName
{
border-color: #81275B;
}
.TagClassName
{
border-color: #81275B;
}
</style>