Shades of Rose Bud Cherry #833264
Tints of Rose Bud Cherry #833264
RGB
CMYK
RGB Variations
Color information
#833264 (or 0x833264) is known color: Rose Bud Cherry. HEX triplet: 83, 32 and 64. RGB value is (131,50,100). Sum of RGB (Red+Green+Blue) = 131+50+100=281 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.62% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 100 (39.45% from 255 or 35.59% from 281); Max value from RGB is 131 - color contains mainly: red. Hex color #833264 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833264 is #7CCD9B. Grayscale: #4F4F4F. Windows color (decimal): -8179100 or 6566531. OLE color: 6566531.
HSL color Cylindrical-coordinate representation of color #833264: hue angle of 322.96º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #833264 is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 50 | 100 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.49 |
| HSL | 322.96º | 0.45% | 0.35% | - |
| HSV(B) | 322.96º | 0.62% | 0.51% | - |
| XYZ | 12.8 | 8.03 | 12.93 | - |
| YUV | 79.92 | 139.34 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 50 | 100 | 0 | 0.62 | 0.24 | 0.49 | 322.96 | 0.45 | 0.35 |
| Hex | 83 | 32 | 64 | 0 | 3E | 18 | 31 | 143 | 2D | 23 |
| Octal | 203 | 62 | 144 | 0 | 76 | 30 | 61 | 503 | 55 | 43 |
| Binary | 10000011 | 110010 | 1100100 | 0 | 111110 | 11000 | 110001 | 101000011 | 101101 | 100011 |
Color Harmonies of #833264
Complementary color
Monochromatic Colors of #833264
Black with #833264
Text Example
Text Example
White with #833264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833264; }
p { color: rgb(131,50,100); }
H1.HeaderClassName
{
color: #833264;
}
.AnyTagClassName
{
color: #833264;
}
</style>
background-color css
<style>
a { background-color: #833264; }
a { background-color: rgb(131,50,100); }
div.DivClassName
{
background-color: #833264;
}
.BgClassName
{
background-color: #833264;
}
</style>
border-color css
<style>
span { border-color: #833264; }
span { border-color: rgb(131,50,100); }
td.TdClassName
{
border-color: #833264;
}
.TagClassName
{
border-color: #833264;
}
</style>