Shades of Rose Bud Cherry #862B65
Tints of Rose Bud Cherry #862B65
RGB
CMYK
RGB Variations
Color information
#862B65 (or 0x862B65) is known color: Rose Bud Cherry. HEX triplet: 86, 2B and 65. RGB value is (134,43,101). Sum of RGB (Red+Green+Blue) = 134+43+101=278 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.20% from 278); Green value is 43 (17.19% from 255 or 15.47% from 278); Blue value is 101 (39.84% from 255 or 36.33% from 278); Max value from RGB is 134 - color contains mainly: red. Hex color #862B65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862B65 is #79D49A. Grayscale: #4C4C4C. Windows color (decimal): -7984283 or 6630278. OLE color: 6630278.
HSL color Cylindrical-coordinate representation of color #862B65: hue angle of 321.76º 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 #862B65 is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 43 | 101 | - |
| CMYK | 0 | 0.68 | 0.25 | 0.47 |
| HSL | 321.76º | 0.51% | 0.35% | - |
| HSV(B) | 321.76º | 0.68% | 0.53% | - |
| XYZ | 13.04 | 7.74 | 13.12 | - |
| YUV | 76.82 | 141.65 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 43 | 101 | 0 | 0.68 | 0.25 | 0.47 | 321.76 | 0.51 | 0.35 |
| Hex | 86 | 2B | 65 | 0 | 44 | 19 | 2F | 142 | 33 | 23 |
| Octal | 206 | 53 | 145 | 0 | 104 | 31 | 57 | 502 | 63 | 43 |
| Binary | 10000110 | 101011 | 1100101 | 0 | 1000100 | 11001 | 101111 | 101000010 | 110011 | 100011 |
Color Harmonies of #862B65
Complementary color
Monochromatic Colors of #862B65
Black with #862B65
Text Example
Text Example
White with #862B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862B65; }
p { color: rgb(134,43,101); }
H1.HeaderClassName
{
color: #862B65;
}
.AnyTagClassName
{
color: #862B65;
}
</style>
background-color css
<style>
a { background-color: #862B65; }
a { background-color: rgb(134,43,101); }
div.DivClassName
{
background-color: #862B65;
}
.BgClassName
{
background-color: #862B65;
}
</style>
border-color css
<style>
span { border-color: #862B65; }
span { border-color: rgb(134,43,101); }
td.TdClassName
{
border-color: #862B65;
}
.TagClassName
{
border-color: #862B65;
}
</style>