Shades of Cherry Pie #3A2D50
Tints of Cherry Pie #3A2D50
RGB
CMYK
RGB Variations
Color information
#3A2D50 (or 0x3A2D50) is known color: Cherry Pie. HEX triplet: 3A, 2D and 50. RGB value is (58,45,80). Sum of RGB (Red+Green+Blue) = 58+45+80=183 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.69% from 183); Green value is 45 (17.97% from 255 or 24.59% from 183); Blue value is 80 (31.64% from 255 or 43.72% from 183); Max value from RGB is 80 - color contains mainly: blue. Hex color #3A2D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2D50 is #C5D2AF. Grayscale: #343434. Windows color (decimal): -12964528 or 5254458. OLE color: 5254458.
HSL color Cylindrical-coordinate representation of color #3A2D50: hue angle of 262.29º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3A2D50 is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 45 | 80 | - |
| CMYK | 0.28 | 0.44 | 0 | 0.69 |
| HSL | 262.29º | 0.28% | 0.25% | - |
| HSV(B) | 262.29º | 0.44% | 0.31% | - |
| XYZ | 4.13 | 3.36 | 8.02 | - |
| YUV | 52.88 | 143.31 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 45 | 80 | 0.28 | 0.44 | 0 | 0.69 | 262.29 | 0.28 | 0.25 |
| Hex | 3A | 2D | 50 | 1C | 2C | 0 | 45 | 106 | 1C | 19 |
| Octal | 72 | 55 | 120 | 34 | 54 | 0 | 105 | 406 | 34 | 31 |
| Binary | 111010 | 101101 | 1010000 | 11100 | 101100 | 0 | 1000101 | 100000110 | 11100 | 11001 |
Color Harmonies of #3A2D50
Complementary color
Monochromatic Colors of #3A2D50
Black with #3A2D50
Text Example
Text Example
White with #3A2D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2D50; }
p { color: rgb(58,45,80); }
H1.HeaderClassName
{
color: #3A2D50;
}
.AnyTagClassName
{
color: #3A2D50;
}
</style>
background-color css
<style>
a { background-color: #3A2D50; }
a { background-color: rgb(58,45,80); }
div.DivClassName
{
background-color: #3A2D50;
}
.BgClassName
{
background-color: #3A2D50;
}
</style>
border-color css
<style>
span { border-color: #3A2D50; }
span { border-color: rgb(58,45,80); }
td.TdClassName
{
border-color: #3A2D50;
}
.TagClassName
{
border-color: #3A2D50;
}
</style>