Shades of Rose Bud Cherry #803264
Tints of Rose Bud Cherry #803264
RGB
CMYK
RGB Variations
Color information
#803264 (or 0x803264) is known color: Rose Bud Cherry. HEX triplet: 80, 32 and 64. RGB value is (128,50,100). Sum of RGB (Red+Green+Blue) = 128+50+100=278 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.04% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 100 (39.45% from 255 or 35.97% from 278); Max value from RGB is 128 - color contains mainly: red. Hex color #803264 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803264 is #7FCD9B. Grayscale: #4E4E4E. Windows color (decimal): -8375708 or 6566528. OLE color: 6566528.
HSL color Cylindrical-coordinate representation of color #803264: hue angle of 321.54º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #803264 is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 50 | 100 | - |
| CMYK | 0 | 0.61 | 0.22 | 0.50 |
| HSL | 321.54º | 0.44% | 0.35% | - |
| HSV(B) | 321.54º | 0.61% | 0.5% | - |
| XYZ | 12.34 | 7.79 | 12.91 | - |
| YUV | 79.02 | 139.84 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 50 | 100 | 0 | 0.61 | 0.22 | 0.50 | 321.54 | 0.44 | 0.35 |
| Hex | 80 | 32 | 64 | 0 | 3D | 16 | 32 | 142 | 2C | 23 |
| Octal | 200 | 62 | 144 | 0 | 75 | 26 | 62 | 502 | 54 | 43 |
| Binary | 10000000 | 110010 | 1100100 | 0 | 111101 | 10110 | 110010 | 101000010 | 101100 | 100011 |
Color Harmonies of #803264
Complementary color
Monochromatic Colors of #803264
Black with #803264
Text Example
Text Example
White with #803264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803264; }
p { color: rgb(128,50,100); }
H1.HeaderClassName
{
color: #803264;
}
.AnyTagClassName
{
color: #803264;
}
</style>
background-color css
<style>
a { background-color: #803264; }
a { background-color: rgb(128,50,100); }
div.DivClassName
{
background-color: #803264;
}
.BgClassName
{
background-color: #803264;
}
</style>
border-color css
<style>
span { border-color: #803264; }
span { border-color: rgb(128,50,100); }
td.TdClassName
{
border-color: #803264;
}
.TagClassName
{
border-color: #803264;
}
</style>