Shades of Rose Bud Cherry #823253
Tints of Rose Bud Cherry #823253
RGB
CMYK
RGB Variations
Color information
#823253 (or 0x823253) is known color: Rose Bud Cherry. HEX triplet: 82, 32 and 53. RGB value is (130,50,83). Sum of RGB (Red+Green+Blue) = 130+50+83=263 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.43% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 83 (32.81% from 255 or 31.56% from 263); Max value from RGB is 130 - color contains mainly: red. Hex color #823253 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823253 is #7DCDAC. Grayscale: #4D4D4D. Windows color (decimal): -8244653 or 5452418. OLE color: 5452418.
HSL color Cylindrical-coordinate representation of color #823253: hue angle of 335.25º degrees, saturation: 0.44, 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 #823253 is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 50 | 83 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.49 |
| HSL | 335.25º | 0.44% | 0.35% | - |
| HSV(B) | 335.25º | 0.62% | 0.51% | - |
| XYZ | 11.91 | 7.65 | 9.03 | - |
| YUV | 77.68 | 131 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 50 | 83 | 0 | 0.62 | 0.36 | 0.49 | 335.25 | 0.44 | 0.35 |
| Hex | 82 | 32 | 53 | 0 | 3E | 24 | 31 | 14F | 2C | 23 |
| Octal | 202 | 62 | 123 | 0 | 76 | 44 | 61 | 517 | 54 | 43 |
| Binary | 10000010 | 110010 | 1010011 | 0 | 111110 | 100100 | 110001 | 101001111 | 101100 | 100011 |
Color Harmonies of #823253
Complementary color
Monochromatic Colors of #823253
Black with #823253
Text Example
Text Example
White with #823253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823253; }
p { color: rgb(130,50,83); }
H1.HeaderClassName
{
color: #823253;
}
.AnyTagClassName
{
color: #823253;
}
</style>
background-color css
<style>
a { background-color: #823253; }
a { background-color: rgb(130,50,83); }
div.DivClassName
{
background-color: #823253;
}
.BgClassName
{
background-color: #823253;
}
</style>
border-color css
<style>
span { border-color: #823253; }
span { border-color: rgb(130,50,83); }
td.TdClassName
{
border-color: #823253;
}
.TagClassName
{
border-color: #823253;
}
</style>