Shades of Cherry Pie #382852
Tints of Cherry Pie #382852
RGB
CMYK
RGB Variations
Color information
#382852 (or 0x382852) is known color: Cherry Pie. HEX triplet: 38, 28 and 52. RGB value is (56,40,82). Sum of RGB (Red+Green+Blue) = 56+40+82=178 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.46% from 178); Green value is 40 (16.02% from 255 or 22.47% from 178); Blue value is 82 (32.42% from 255 or 46.07% from 178); Max value from RGB is 82 - color contains mainly: blue. Hex color #382852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382852 is #C7D7AD. Grayscale: #313131. Windows color (decimal): -13096878 or 5384248. OLE color: 5384248.
HSL color Cylindrical-coordinate representation of color #382852: hue angle of 262.86º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #382852 is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 56 | 40 | 82 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.68 |
| HSL | 262.86º | 0.34% | 0.24% | - |
| HSV(B) | 262.86º | 0.51% | 0.32% | - |
| XYZ | 3.91 | 2.97 | 8.35 | - |
| YUV | 49.57 | 146.3 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 40 | 82 | 0.32 | 0.51 | 0 | 0.68 | 262.86 | 0.34 | 0.24 |
| Hex | 38 | 28 | 52 | 20 | 33 | 0 | 44 | 107 | 22 | 18 |
| Octal | 70 | 50 | 122 | 40 | 63 | 0 | 104 | 407 | 42 | 30 |
| Binary | 111000 | 101000 | 1010010 | 100000 | 110011 | 0 | 1000100 | 100000111 | 100010 | 11000 |
Color Harmonies of #382852
Complementary color
Monochromatic Colors of #382852
Black with #382852
Text Example
Text Example
White with #382852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382852; }
p { color: rgb(56,40,82); }
H1.HeaderClassName
{
color: #382852;
}
.AnyTagClassName
{
color: #382852;
}
</style>
background-color css
<style>
a { background-color: #382852; }
a { background-color: rgb(56,40,82); }
div.DivClassName
{
background-color: #382852;
}
.BgClassName
{
background-color: #382852;
}
</style>
border-color css
<style>
span { border-color: #382852; }
span { border-color: rgb(56,40,82); }
td.TdClassName
{
border-color: #382852;
}
.TagClassName
{
border-color: #382852;
}
</style>