Shades of Rose Bud Cherry #862C58
Tints of Rose Bud Cherry #862C58
RGB
CMYK
RGB Variations
Color information
#862C58 (or 0x862C58) is known color: Rose Bud Cherry. HEX triplet: 86, 2C and 58. RGB value is (134,44,88). Sum of RGB (Red+Green+Blue) = 134+44+88=266 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.38% from 266); Green value is 44 (17.58% from 255 or 16.54% from 266); Blue value is 88 (34.77% from 255 or 33.08% from 266); Max value from RGB is 134 - color contains mainly: red. Hex color #862C58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862C58 is #79D3A7. Grayscale: #4B4B4B. Windows color (decimal): -7984040 or 5778566. OLE color: 5778566.
HSL color Cylindrical-coordinate representation of color #862C58: hue angle of 330.67º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #862C58 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 44 | 88 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.47 |
| HSL | 330.67º | 0.51% | 0.35% | - |
| HSV(B) | 330.67º | 0.67% | 0.53% | - |
| XYZ | 12.49 | 7.57 | 10.04 | - |
| YUV | 75.93 | 134.82 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 44 | 88 | 0 | 0.67 | 0.34 | 0.47 | 330.67 | 0.51 | 0.35 |
| Hex | 86 | 2C | 58 | 0 | 43 | 22 | 2F | 14B | 33 | 23 |
| Octal | 206 | 54 | 130 | 0 | 103 | 42 | 57 | 513 | 63 | 43 |
| Binary | 10000110 | 101100 | 1011000 | 0 | 1000011 | 100010 | 101111 | 101001011 | 110011 | 100011 |
Color Harmonies of #862C58
Complementary color
Monochromatic Colors of #862C58
Black with #862C58
Text Example
Text Example
White with #862C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862C58; }
p { color: rgb(134,44,88); }
H1.HeaderClassName
{
color: #862C58;
}
.AnyTagClassName
{
color: #862C58;
}
</style>
background-color css
<style>
a { background-color: #862C58; }
a { background-color: rgb(134,44,88); }
div.DivClassName
{
background-color: #862C58;
}
.BgClassName
{
background-color: #862C58;
}
</style>
border-color css
<style>
span { border-color: #862C58; }
span { border-color: rgb(134,44,88); }
td.TdClassName
{
border-color: #862C58;
}
.TagClassName
{
border-color: #862C58;
}
</style>