Shades of Cherry Pie #3A2852
Tints of Cherry Pie #3A2852
RGB
CMYK
RGB Variations
Color information
#3A2852 (or 0x3A2852) is known color: Cherry Pie. HEX triplet: 3A, 28 and 52. RGB value is (58,40,82). Sum of RGB (Red+Green+Blue) = 58+40+82=180 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.22% from 180); Green value is 40 (16.02% from 255 or 22.22% from 180); Blue value is 82 (32.42% from 255 or 45.56% from 180); Max value from RGB is 82 - color contains mainly: blue. Hex color #3A2852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2852 is #C5D7AD. Grayscale: #323232. Windows color (decimal): -12965806 or 5384250. OLE color: 5384250.
HSL color Cylindrical-coordinate representation of color #3A2852: hue angle of 265.71º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A2852 is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 58 | 40 | 82 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.68 |
| HSL | 265.71º | 0.34% | 0.24% | - |
| HSV(B) | 265.71º | 0.51% | 0.32% | - |
| XYZ | 4.03 | 3.03 | 8.35 | - |
| YUV | 50.17 | 145.96 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 40 | 82 | 0.29 | 0.51 | 0 | 0.68 | 265.71 | 0.34 | 0.24 |
| Hex | 3A | 28 | 52 | 1D | 33 | 0 | 44 | 10A | 22 | 18 |
| Octal | 72 | 50 | 122 | 35 | 63 | 0 | 104 | 412 | 42 | 30 |
| Binary | 111010 | 101000 | 1010010 | 11101 | 110011 | 0 | 1000100 | 100001010 | 100010 | 11000 |
Color Harmonies of #3A2852
Complementary color
Monochromatic Colors of #3A2852
Black with #3A2852
Text Example
Text Example
White with #3A2852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2852; }
p { color: rgb(58,40,82); }
H1.HeaderClassName
{
color: #3A2852;
}
.AnyTagClassName
{
color: #3A2852;
}
</style>
background-color css
<style>
a { background-color: #3A2852; }
a { background-color: rgb(58,40,82); }
div.DivClassName
{
background-color: #3A2852;
}
.BgClassName
{
background-color: #3A2852;
}
</style>
border-color css
<style>
span { border-color: #3A2852; }
span { border-color: rgb(58,40,82); }
td.TdClassName
{
border-color: #3A2852;
}
.TagClassName
{
border-color: #3A2852;
}
</style>