Shades of Rose Bud Cherry #862B5C
Tints of Rose Bud Cherry #862B5C
RGB
CMYK
RGB Variations
Color information
#862B5C (or 0x862B5C) is known color: Rose Bud Cherry. HEX triplet: 86, 2B and 5C. RGB value is (134,43,92). Sum of RGB (Red+Green+Blue) = 134+43+92=269 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.81% from 269); Green value is 43 (17.19% from 255 or 15.99% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 134 - color contains mainly: red. Hex color #862B5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862B5C is #79D4A3. Grayscale: #4B4B4B. Windows color (decimal): -7984292 or 6040454. OLE color: 6040454.
HSL color Cylindrical-coordinate representation of color #862B5C: hue angle of 327.69º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #862B5C is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 43 | 92 | - |
| CMYK | 0 | 0.68 | 0.31 | 0.47 |
| HSL | 327.69º | 0.51% | 0.35% | - |
| HSV(B) | 327.69º | 0.68% | 0.53% | - |
| XYZ | 12.63 | 7.57 | 10.92 | - |
| YUV | 75.8 | 137.15 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 43 | 92 | 0 | 0.68 | 0.31 | 0.47 | 327.69 | 0.51 | 0.35 |
| Hex | 86 | 2B | 5C | 0 | 44 | 1F | 2F | 148 | 33 | 23 |
| Octal | 206 | 53 | 134 | 0 | 104 | 37 | 57 | 510 | 63 | 43 |
| Binary | 10000110 | 101011 | 1011100 | 0 | 1000100 | 11111 | 101111 | 101001000 | 110011 | 100011 |
Color Harmonies of #862B5C
Complementary color
Monochromatic Colors of #862B5C
Black with #862B5C
Text Example
Text Example
White with #862B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862B5C; }
p { color: rgb(134,43,92); }
H1.HeaderClassName
{
color: #862B5C;
}
.AnyTagClassName
{
color: #862B5C;
}
</style>
background-color css
<style>
a { background-color: #862B5C; }
a { background-color: rgb(134,43,92); }
div.DivClassName
{
background-color: #862B5C;
}
.BgClassName
{
background-color: #862B5C;
}
</style>
border-color css
<style>
span { border-color: #862B5C; }
span { border-color: rgb(134,43,92); }
td.TdClassName
{
border-color: #862B5C;
}
.TagClassName
{
border-color: #862B5C;
}
</style>