Shades of Cherry Pie #382854
Tints of Cherry Pie #382854
RGB
CMYK
RGB Variations
Color information
#382854 (or 0x382854) is known color: Cherry Pie. HEX triplet: 38, 28 and 54. RGB value is (56,40,84). Sum of RGB (Red+Green+Blue) = 56+40+84=180 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.11% from 180); Green value is 40 (16.02% from 255 or 22.22% from 180); Blue value is 84 (33.20% from 255 or 46.67% from 180); Max value from RGB is 84 - color contains mainly: blue. Hex color #382854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382854 is #C7D7AB. Grayscale: #313131. Windows color (decimal): -13096876 or 5515320. OLE color: 5515320.
HSL color Cylindrical-coordinate representation of color #382854: hue angle of 261.82º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #382854 is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 56 | 40 | 84 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.67 |
| HSL | 261.82º | 0.35% | 0.24% | - |
| HSV(B) | 261.82º | 0.52% | 0.33% | - |
| XYZ | 3.99 | 3 | 8.76 | - |
| YUV | 49.8 | 147.3 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 40 | 84 | 0.33 | 0.52 | 0 | 0.67 | 261.82 | 0.35 | 0.24 |
| Hex | 38 | 28 | 54 | 21 | 34 | 0 | 43 | 106 | 23 | 18 |
| Octal | 70 | 50 | 124 | 41 | 64 | 0 | 103 | 406 | 43 | 30 |
| Binary | 111000 | 101000 | 1010100 | 100001 | 110100 | 0 | 1000011 | 100000110 | 100011 | 11000 |
Color Harmonies of #382854
Complementary color
Monochromatic Colors of #382854
Black with #382854
Text Example
Text Example
White with #382854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382854; }
p { color: rgb(56,40,84); }
H1.HeaderClassName
{
color: #382854;
}
.AnyTagClassName
{
color: #382854;
}
</style>
background-color css
<style>
a { background-color: #382854; }
a { background-color: rgb(56,40,84); }
div.DivClassName
{
background-color: #382854;
}
.BgClassName
{
background-color: #382854;
}
</style>
border-color css
<style>
span { border-color: #382854; }
span { border-color: rgb(56,40,84); }
td.TdClassName
{
border-color: #382854;
}
.TagClassName
{
border-color: #382854;
}
</style>