Shades of Cherry Pie #38285A
Tints of Cherry Pie #38285A
RGB
CMYK
RGB Variations
Color information
#38285A (or 0x38285A) is known color: Cherry Pie. HEX triplet: 38, 28 and 5A. RGB value is (56,40,90). Sum of RGB (Red+Green+Blue) = 56+40+90=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 40 (16.02% from 255 or 21.51% from 186); Blue value is 90 (35.55% from 255 or 48.39% from 186); Max value from RGB is 90 - color contains mainly: blue. Hex color #38285A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38285A is #C7D7A5. Grayscale: #323232. Windows color (decimal): -13096870 or 5908536. OLE color: 5908536.
HSL color Cylindrical-coordinate representation of color #38285A: hue angle of 259.2º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #38285A is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 40 | 90 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.65 |
| HSL | 259.2º | 0.38% | 0.25% | - |
| HSV(B) | 259.2º | 0.56% | 0.35% | - |
| XYZ | 4.24 | 3.1 | 10.05 | - |
| YUV | 50.48 | 150.3 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 40 | 90 | 0.38 | 0.56 | 0 | 0.65 | 259.2 | 0.38 | 0.25 |
| Hex | 38 | 28 | 5A | 26 | 38 | 0 | 41 | 103 | 26 | 19 |
| Octal | 70 | 50 | 132 | 46 | 70 | 0 | 101 | 403 | 46 | 31 |
| Binary | 111000 | 101000 | 1011010 | 100110 | 111000 | 0 | 1000001 | 100000011 | 100110 | 11001 |
Color Harmonies of #38285A
Complementary color
Monochromatic Colors of #38285A
Black with #38285A
Text Example
Text Example
White with #38285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38285A; }
p { color: rgb(56,40,90); }
H1.HeaderClassName
{
color: #38285A;
}
.AnyTagClassName
{
color: #38285A;
}
</style>
background-color css
<style>
a { background-color: #38285A; }
a { background-color: rgb(56,40,90); }
div.DivClassName
{
background-color: #38285A;
}
.BgClassName
{
background-color: #38285A;
}
</style>
border-color css
<style>
span { border-color: #38285A; }
span { border-color: rgb(56,40,90); }
td.TdClassName
{
border-color: #38285A;
}
.TagClassName
{
border-color: #38285A;
}
</style>