Shades of Rose Bud Cherry #81375B
Tints of Rose Bud Cherry #81375B
RGB
CMYK
RGB Variations
Color information
#81375B (or 0x81375B) is known color: Rose Bud Cherry. HEX triplet: 81, 37 and 5B. RGB value is (129,55,91). Sum of RGB (Red+Green+Blue) = 129+55+91=275 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.91% from 275); Green value is 55 (21.88% from 255 or 20% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 129 - color contains mainly: red. Hex color #81375B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81375B is #7EC8A4. Grayscale: #515151. Windows color (decimal): -8308901 or 5977985. OLE color: 5977985.
HSL color Cylindrical-coordinate representation of color #81375B: hue angle of 330.81º degrees, saturation: 0.4, 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 #81375B is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 55 | 91 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.49 |
| HSL | 330.81º | 0.4% | 0.36% | - |
| HSV(B) | 330.81º | 0.57% | 0.51% | - |
| XYZ | 12.31 | 8.15 | 10.82 | - |
| YUV | 81.23 | 133.52 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 55 | 91 | 0 | 0.57 | 0.29 | 0.49 | 330.81 | 0.4 | 0.36 |
| Hex | 81 | 37 | 5B | 0 | 39 | 1D | 31 | 14B | 28 | 24 |
| Octal | 201 | 67 | 133 | 0 | 71 | 35 | 61 | 513 | 50 | 44 |
| Binary | 10000001 | 110111 | 1011011 | 0 | 111001 | 11101 | 110001 | 101001011 | 101000 | 100100 |
Color Harmonies of #81375B
Complementary color
Monochromatic Colors of #81375B
Black with #81375B
Text Example
Text Example
White with #81375B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81375B; }
p { color: rgb(129,55,91); }
H1.HeaderClassName
{
color: #81375B;
}
.AnyTagClassName
{
color: #81375B;
}
</style>
background-color css
<style>
a { background-color: #81375B; }
a { background-color: rgb(129,55,91); }
div.DivClassName
{
background-color: #81375B;
}
.BgClassName
{
background-color: #81375B;
}
</style>
border-color css
<style>
span { border-color: #81375B; }
span { border-color: rgb(129,55,91); }
td.TdClassName
{
border-color: #81375B;
}
.TagClassName
{
border-color: #81375B;
}
</style>