#382855

Color #382855 Cherry Pie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cherry Pie #382855

Tints of Cherry Pie #382855

Color information

#382855 (or 0x382855) is unknown color: approx Cherry Pie. HEX triplet: 38, 28 and 55. RGB value is (56,40,85). Sum of RGB (Red+Green+Blue) = 56+40+85=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 40 (16.02% from 255 or 22.10% from 181); Blue value is 85 (33.59% from 255 or 46.96% from 181); Max value from RGB is 85 - color contains mainly: blue. Hex color #382855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382855 is #C7D7AA. Grayscale: #313131. Windows color (decimal): -13096875 or 5580856. OLE color: 5580856.

HSL color Cylindrical-coordinate representation of color #382855: hue angle of 261.33º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #382855 is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB564085-
CMYK0.340.5300.67
HSL261.33º36%24.51%-
HSV(B)261.33º52.94%33.33%-
XYZ4.033.018.96-
YUV49.91147.8132.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 30.94%
GREEN value IS 40 (16.02% from 255) = 22.10%
BLUE value IS 85 (33.59% from 255) = 46.96%
R=30.94%
G=22.10%
B=46.96%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5640850.340.5300.67261.333624.51
Hex38285522350431052419
Octal7050125426501034054431
Binary11100010100010101011000101101010100001110000010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382855; }

 p { color: rgb(56,40,85); }

 H1.HeaderClassName
 {
   color: #382855;
 }
 .AnyTagClassName
 {
   color: #382855;
 }
</style>
background-color css

<style>
 a { background-color: #382855; }

 a { background-color: rgb(56,40,85); }

 div.DivClassName
 {
   background-color: #382855;
 }
 .BgClassName
 {
   background-color: #382855;
 }
</style>
border-color css

<style>
 span { border-color: #382855; }

 span { border-color: rgb(56,40,85); }

 td.TdClassName
 {
   border-color: #382855;
 }
 .TagClassName
 {
   border-color: #382855;
 }
</style>