#382656

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

Shades of Cherry Pie #382656

Tints of Cherry Pie #382656

Color information

#382656 (or 0x382656) is unknown color: approx Cherry Pie. HEX triplet: 38, 26 and 56. RGB value is (56,38,86). Sum of RGB (Red+Green+Blue) = 56+38+86=180 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.11% from 180); Green value is 38 (15.23% from 255 or 21.11% from 180); Blue value is 86 (33.98% from 255 or 47.78% from 180); Max value from RGB is 86 - color contains mainly: blue. Hex color #382656 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382656 is #C7D9A9. Grayscale: #303030. Windows color (decimal): -13097386 or 5645880. OLE color: 5645880.

HSL color Cylindrical-coordinate representation of color #382656: hue angle of 262.5º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #382656 is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB563886-
CMYK0.350.5600.66
HSL262.5º38.71%24.31%-
HSV(B)262.5º55.81%33.73%-
XYZ42.99.15-
YUV48.85148.96133.1-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.11%
GREEN value IS 38 (15.23% from 255) = 21.11%
BLUE value IS 86 (33.98% from 255) = 47.78%
R=31.11%
G=21.11%
B=47.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5638860.350.5600.66262.538.7124.31
Hex38265623380421062718
Octal7046126437001024064730
Binary11100010011010101101000111110000100001010000011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382656; }

 p { color: rgb(56,38,86); }

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

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

 a { background-color: rgb(56,38,86); }

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

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

 span { border-color: rgb(56,38,86); }

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