Shades of Rose Bud Cherry #823164
Tints of Rose Bud Cherry #823164
RGB
CMYK
RGB Variations
Color information
#823164 (or 0x823164) is known color: Rose Bud Cherry. HEX triplet: 82, 31 and 64. RGB value is (130,49,100). Sum of RGB (Red+Green+Blue) = 130+49+100=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 49 (19.53% from 255 or 17.56% from 279); Blue value is 100 (39.45% from 255 or 35.84% from 279); Max value from RGB is 130 - color contains mainly: red. Hex color #823164 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823164 is #7DCE9B. Grayscale: #4E4E4E. Windows color (decimal): -8244892 or 6566274. OLE color: 6566274.
HSL color Cylindrical-coordinate representation of color #823164: hue angle of 322.22º 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 #823164 is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 49 | 100 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.49 |
| HSL | 322.22º | 0.45% | 0.35% | - |
| HSV(B) | 322.22º | 0.62% | 0.51% | - |
| XYZ | 12.6 | 7.86 | 12.91 | - |
| YUV | 79.03 | 139.84 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 49 | 100 | 0 | 0.62 | 0.23 | 0.49 | 322.22 | 0.45 | 0.35 |
| Hex | 82 | 31 | 64 | 0 | 3E | 17 | 31 | 142 | 2D | 23 |
| Octal | 202 | 61 | 144 | 0 | 76 | 27 | 61 | 502 | 55 | 43 |
| Binary | 10000010 | 110001 | 1100100 | 0 | 111110 | 10111 | 110001 | 101000010 | 101101 | 100011 |
Color Harmonies of #823164
Complementary color
Monochromatic Colors of #823164
Black with #823164
Text Example
Text Example
White with #823164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823164; }
p { color: rgb(130,49,100); }
H1.HeaderClassName
{
color: #823164;
}
.AnyTagClassName
{
color: #823164;
}
</style>
background-color css
<style>
a { background-color: #823164; }
a { background-color: rgb(130,49,100); }
div.DivClassName
{
background-color: #823164;
}
.BgClassName
{
background-color: #823164;
}
</style>
border-color css
<style>
span { border-color: #823164; }
span { border-color: rgb(130,49,100); }
td.TdClassName
{
border-color: #823164;
}
.TagClassName
{
border-color: #823164;
}
</style>