Shades of Rose Bud Cherry #81385C
Tints of Rose Bud Cherry #81385C
RGB
CMYK
RGB Variations
Color information
#81385C (or 0x81385C) is known color: Rose Bud Cherry. HEX triplet: 81, 38 and 5C. RGB value is (129,56,92). Sum of RGB (Red+Green+Blue) = 129+56+92=277 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.57% from 277); Green value is 56 (22.27% from 255 or 20.22% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 129 - color contains mainly: red. Hex color #81385C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81385C is #7EC7A3. Grayscale: #515151. Windows color (decimal): -8308644 or 6043777. OLE color: 6043777.
HSL color Cylindrical-coordinate representation of color #81385C: hue angle of 330.41º 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 #81385C is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 56 | 92 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.49 |
| HSL | 330.41º | 0.39% | 0.36% | - |
| HSV(B) | 330.41º | 0.57% | 0.51% | - |
| XYZ | 12.4 | 8.27 | 11.07 | - |
| YUV | 81.93 | 133.68 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 56 | 92 | 0 | 0.57 | 0.29 | 0.49 | 330.41 | 0.39 | 0.36 |
| Hex | 81 | 38 | 5C | 0 | 39 | 1D | 31 | 14A | 27 | 24 |
| Octal | 201 | 70 | 134 | 0 | 71 | 35 | 61 | 512 | 47 | 44 |
| Binary | 10000001 | 111000 | 1011100 | 0 | 111001 | 11101 | 110001 | 101001010 | 100111 | 100100 |
Color Harmonies of #81385C
Complementary color
Monochromatic Colors of #81385C
Black with #81385C
Text Example
Text Example
White with #81385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81385C; }
p { color: rgb(129,56,92); }
H1.HeaderClassName
{
color: #81385C;
}
.AnyTagClassName
{
color: #81385C;
}
</style>
background-color css
<style>
a { background-color: #81385C; }
a { background-color: rgb(129,56,92); }
div.DivClassName
{
background-color: #81385C;
}
.BgClassName
{
background-color: #81385C;
}
</style>
border-color css
<style>
span { border-color: #81385C; }
span { border-color: rgb(129,56,92); }
td.TdClassName
{
border-color: #81385C;
}
.TagClassName
{
border-color: #81385C;
}
</style>