Shades of Cherry Pie #382953
Tints of Cherry Pie #382953
RGB
CMYK
RGB Variations
Color information
#382953 (or 0x382953) is known color: Cherry Pie. HEX triplet: 38, 29 and 53. RGB value is (56,41,83). Sum of RGB (Red+Green+Blue) = 56+41+83=180 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.11% from 180); Green value is 41 (16.41% from 255 or 22.78% from 180); Blue value is 83 (32.81% from 255 or 46.11% from 180); Max value from RGB is 83 - color contains mainly: blue. Hex color #382953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382953 is #C7D6AC. Grayscale: #323232. Windows color (decimal): -13096621 or 5450040. OLE color: 5450040.
HSL color Cylindrical-coordinate representation of color #382953: hue angle of 261.43º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #382953 is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 56 | 41 | 83 | - |
| CMYK | 0.33 | 0.51 | 0 | 0.67 |
| HSL | 261.43º | 0.34% | 0.24% | - |
| HSV(B) | 261.43º | 0.51% | 0.33% | - |
| XYZ | 3.99 | 3.05 | 8.56 | - |
| YUV | 50.27 | 146.47 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 41 | 83 | 0.33 | 0.51 | 0 | 0.67 | 261.43 | 0.34 | 0.24 |
| Hex | 38 | 29 | 53 | 21 | 33 | 0 | 43 | 105 | 22 | 18 |
| Octal | 70 | 51 | 123 | 41 | 63 | 0 | 103 | 405 | 42 | 30 |
| Binary | 111000 | 101001 | 1010011 | 100001 | 110011 | 0 | 1000011 | 100000101 | 100010 | 11000 |
Color Harmonies of #382953
Complementary color
Monochromatic Colors of #382953
Black with #382953
Text Example
Text Example
White with #382953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382953; }
p { color: rgb(56,41,83); }
H1.HeaderClassName
{
color: #382953;
}
.AnyTagClassName
{
color: #382953;
}
</style>
background-color css
<style>
a { background-color: #382953; }
a { background-color: rgb(56,41,83); }
div.DivClassName
{
background-color: #382953;
}
.BgClassName
{
background-color: #382953;
}
</style>
border-color css
<style>
span { border-color: #382953; }
span { border-color: rgb(56,41,83); }
td.TdClassName
{
border-color: #382953;
}
.TagClassName
{
border-color: #382953;
}
</style>