Shades of Cherry Pie #3A2853
Tints of Cherry Pie #3A2853
RGB
CMYK
RGB Variations
Color information
#3A2853 (or 0x3A2853) is known color: Cherry Pie. HEX triplet: 3A, 28 and 53. RGB value is (58,40,83). Sum of RGB (Red+Green+Blue) = 58+40+83=181 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.04% from 181); Green value is 40 (16.02% from 255 or 22.10% from 181); Blue value is 83 (32.81% from 255 or 45.86% from 181); Max value from RGB is 83 - color contains mainly: blue. Hex color #3A2853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2853 is #C5D7AC. Grayscale: #323232. Windows color (decimal): -12965805 or 5449786. OLE color: 5449786.
HSL color Cylindrical-coordinate representation of color #3A2853: hue angle of 265.12º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3A2853 is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 40 | 83 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.67 |
| HSL | 265.12º | 0.35% | 0.24% | - |
| HSV(B) | 265.12º | 0.52% | 0.33% | - |
| XYZ | 4.07 | 3.04 | 8.56 | - |
| YUV | 50.28 | 146.46 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 40 | 83 | 0.30 | 0.52 | 0 | 0.67 | 265.12 | 0.35 | 0.24 |
| Hex | 3A | 28 | 53 | 1E | 34 | 0 | 43 | 109 | 23 | 18 |
| Octal | 72 | 50 | 123 | 36 | 64 | 0 | 103 | 411 | 43 | 30 |
| Binary | 111010 | 101000 | 1010011 | 11110 | 110100 | 0 | 1000011 | 100001001 | 100011 | 11000 |
Color Harmonies of #3A2853
Complementary color
Monochromatic Colors of #3A2853
Black with #3A2853
Text Example
Text Example
White with #3A2853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2853; }
p { color: rgb(58,40,83); }
H1.HeaderClassName
{
color: #3A2853;
}
.AnyTagClassName
{
color: #3A2853;
}
</style>
background-color css
<style>
a { background-color: #3A2853; }
a { background-color: rgb(58,40,83); }
div.DivClassName
{
background-color: #3A2853;
}
.BgClassName
{
background-color: #3A2853;
}
</style>
border-color css
<style>
span { border-color: #3A2853; }
span { border-color: rgb(58,40,83); }
td.TdClassName
{
border-color: #3A2853;
}
.TagClassName
{
border-color: #3A2853;
}
</style>