Shades of Rose Bud Cherry #803265
Tints of Rose Bud Cherry #803265
RGB
CMYK
RGB Variations
Color information
#803265 (or 0x803265) is known color: Rose Bud Cherry. HEX triplet: 80, 32 and 65. RGB value is (128,50,101). Sum of RGB (Red+Green+Blue) = 128+50+101=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 50 (19.92% from 255 or 17.92% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 128 - color contains mainly: red. Hex color #803265 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803265 is #7FCD9A. Grayscale: #4F4F4F. Windows color (decimal): -8375707 or 6632064. OLE color: 6632064.
HSL color Cylindrical-coordinate representation of color #803265: hue angle of 320.77º 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 #803265 is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 50 | 101 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.50 |
| HSL | 320.77º | 0.44% | 0.35% | - |
| HSV(B) | 320.77º | 0.61% | 0.5% | - |
| XYZ | 12.39 | 7.81 | 13.17 | - |
| YUV | 79.14 | 140.34 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 50 | 101 | 0 | 0.61 | 0.21 | 0.50 | 320.77 | 0.44 | 0.35 |
| Hex | 80 | 32 | 65 | 0 | 3D | 15 | 32 | 141 | 2C | 23 |
| Octal | 200 | 62 | 145 | 0 | 75 | 25 | 62 | 501 | 54 | 43 |
| Binary | 10000000 | 110010 | 1100101 | 0 | 111101 | 10101 | 110010 | 101000001 | 101100 | 100011 |
Color Harmonies of #803265
Complementary color
Monochromatic Colors of #803265
Black with #803265
Text Example
Text Example
White with #803265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803265; }
p { color: rgb(128,50,101); }
H1.HeaderClassName
{
color: #803265;
}
.AnyTagClassName
{
color: #803265;
}
</style>
background-color css
<style>
a { background-color: #803265; }
a { background-color: rgb(128,50,101); }
div.DivClassName
{
background-color: #803265;
}
.BgClassName
{
background-color: #803265;
}
</style>
border-color css
<style>
span { border-color: #803265; }
span { border-color: rgb(128,50,101); }
td.TdClassName
{
border-color: #803265;
}
.TagClassName
{
border-color: #803265;
}
</style>