Shades of Cherry Pie #382D50
Tints of Cherry Pie #382D50
RGB
CMYK
RGB Variations
Color information
#382D50 (or 0x382D50) is known color: Cherry Pie. HEX triplet: 38, 2D and 50. RGB value is (56,45,80). Sum of RGB (Red+Green+Blue) = 56+45+80=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 45 (17.97% from 255 or 24.86% from 181); Blue value is 80 (31.64% from 255 or 44.20% from 181); Max value from RGB is 80 - color contains mainly: blue. Hex color #382D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382D50 is #C7D2AF. Grayscale: #343434. Windows color (decimal): -13095600 or 5254456. OLE color: 5254456.
HSL color Cylindrical-coordinate representation of color #382D50: hue angle of 258.86º 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 #382D50 is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 45 | 80 | - |
| CMYK | 0.30 | 0.44 | 0 | 0.69 |
| HSL | 258.86º | 0.28% | 0.25% | - |
| HSV(B) | 258.86º | 0.44% | 0.31% | - |
| XYZ | 4.02 | 3.3 | 8.01 | - |
| YUV | 52.28 | 143.64 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 45 | 80 | 0.30 | 0.44 | 0 | 0.69 | 258.86 | 0.28 | 0.25 |
| Hex | 38 | 2D | 50 | 1E | 2C | 0 | 45 | 103 | 1C | 19 |
| Octal | 70 | 55 | 120 | 36 | 54 | 0 | 105 | 403 | 34 | 31 |
| Binary | 111000 | 101101 | 1010000 | 11110 | 101100 | 0 | 1000101 | 100000011 | 11100 | 11001 |
Color Harmonies of #382D50
Complementary color
Monochromatic Colors of #382D50
Black with #382D50
Text Example
Text Example
White with #382D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382D50; }
p { color: rgb(56,45,80); }
H1.HeaderClassName
{
color: #382D50;
}
.AnyTagClassName
{
color: #382D50;
}
</style>
background-color css
<style>
a { background-color: #382D50; }
a { background-color: rgb(56,45,80); }
div.DivClassName
{
background-color: #382D50;
}
.BgClassName
{
background-color: #382D50;
}
</style>
border-color css
<style>
span { border-color: #382D50; }
span { border-color: rgb(56,45,80); }
td.TdClassName
{
border-color: #382D50;
}
.TagClassName
{
border-color: #382D50;
}
</style>