Shades of Cherry Pie #382C53
Tints of Cherry Pie #382C53
RGB
CMYK
RGB Variations
Color information
#382C53 (or 0x382C53) is known color: Cherry Pie. HEX triplet: 38, 2C and 53. RGB value is (56,44,83). Sum of RGB (Red+Green+Blue) = 56+44+83=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 44 (17.58% from 255 or 24.04% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 83 - color contains mainly: blue. Hex color #382C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382C53 is #C7D3AC. Grayscale: #333333. Windows color (decimal): -13095853 or 5450808. OLE color: 5450808.
HSL color Cylindrical-coordinate representation of color #382C53: hue angle of 258.46º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #382C53 is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 56 | 44 | 83 | - |
| CMYK | 0.33 | 0.47 | 0 | 0.67 |
| HSL | 258.46º | 0.31% | 0.25% | - |
| HSV(B) | 258.46º | 0.47% | 0.33% | - |
| XYZ | 4.09 | 3.27 | 8.6 | - |
| YUV | 52.03 | 145.48 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 44 | 83 | 0.33 | 0.47 | 0 | 0.67 | 258.46 | 0.31 | 0.25 |
| Hex | 38 | 2C | 53 | 21 | 2F | 0 | 43 | 102 | 1F | 19 |
| Octal | 70 | 54 | 123 | 41 | 57 | 0 | 103 | 402 | 37 | 31 |
| Binary | 111000 | 101100 | 1010011 | 100001 | 101111 | 0 | 1000011 | 100000010 | 11111 | 11001 |
Color Harmonies of #382C53
Complementary color
Monochromatic Colors of #382C53
Black with #382C53
Text Example
Text Example
White with #382C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382C53; }
p { color: rgb(56,44,83); }
H1.HeaderClassName
{
color: #382C53;
}
.AnyTagClassName
{
color: #382C53;
}
</style>
background-color css
<style>
a { background-color: #382C53; }
a { background-color: rgb(56,44,83); }
div.DivClassName
{
background-color: #382C53;
}
.BgClassName
{
background-color: #382C53;
}
</style>
border-color css
<style>
span { border-color: #382C53; }
span { border-color: rgb(56,44,83); }
td.TdClassName
{
border-color: #382C53;
}
.TagClassName
{
border-color: #382C53;
}
</style>