Shades of Cherry Pie #382950
Tints of Cherry Pie #382950
RGB
CMYK
RGB Variations
Color information
#382950 (or 0x382950) is known color: Cherry Pie. HEX triplet: 38, 29 and 50. RGB value is (56,41,80). Sum of RGB (Red+Green+Blue) = 56+41+80=177 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.64% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 80 (31.64% from 255 or 45.20% from 177); Max value from RGB is 80 - color contains mainly: blue. Hex color #382950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382950 is #C7D6AF. Grayscale: #313131. Windows color (decimal): -13096624 or 5253432. OLE color: 5253432.
HSL color Cylindrical-coordinate representation of color #382950: hue angle of 263.08º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #382950 is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 41 | 80 | - |
| CMYK | 0.30 | 0.49 | 0 | 0.69 |
| HSL | 263.08º | 0.32% | 0.24% | - |
| HSV(B) | 263.08º | 0.49% | 0.31% | - |
| XYZ | 3.87 | 3.01 | 7.97 | - |
| YUV | 49.93 | 144.97 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 41 | 80 | 0.30 | 0.49 | 0 | 0.69 | 263.08 | 0.32 | 0.24 |
| Hex | 38 | 29 | 50 | 1E | 31 | 0 | 45 | 107 | 20 | 18 |
| Octal | 70 | 51 | 120 | 36 | 61 | 0 | 105 | 407 | 40 | 30 |
| Binary | 111000 | 101001 | 1010000 | 11110 | 110001 | 0 | 1000101 | 100000111 | 100000 | 11000 |
Color Harmonies of #382950
Complementary color
Monochromatic Colors of #382950
Black with #382950
Text Example
Text Example
White with #382950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382950; }
p { color: rgb(56,41,80); }
H1.HeaderClassName
{
color: #382950;
}
.AnyTagClassName
{
color: #382950;
}
</style>
background-color css
<style>
a { background-color: #382950; }
a { background-color: rgb(56,41,80); }
div.DivClassName
{
background-color: #382950;
}
.BgClassName
{
background-color: #382950;
}
</style>
border-color css
<style>
span { border-color: #382950; }
span { border-color: rgb(56,41,80); }
td.TdClassName
{
border-color: #382950;
}
.TagClassName
{
border-color: #382950;
}
</style>