#382856

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

Shades of Cherry Pie #382856

Tints of Cherry Pie #382856

Color information

#382856 (or 0x382856) is unknown color: approx Cherry Pie. HEX triplet: 38, 28 and 56. RGB value is (56,40,86). Sum of RGB (Red+Green+Blue) = 56+40+86=182 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.77% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 86 (33.98% from 255 or 47.25% from 182); Max value from RGB is 86 - color contains mainly: blue. Hex color #382856 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382856 is #C7D7A9. Grayscale: #313131. Windows color (decimal): -13096874 or 5646392. OLE color: 5646392.

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

Color convert

RGB564086-
CMYK0.350.5300.66
HSL260.87º36.51%24.71%-
HSV(B)260.87º53.49%33.73%-
XYZ4.073.039.17-
YUV50.03148.3132.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.77%
GREEN value IS 40 (16.02% from 255) = 21.98%
BLUE value IS 86 (33.98% from 255) = 47.25%
R=30.77%
G=21.98%
B=47.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5640860.350.5300.66260.8736.5124.71
Hex38285623350421052519
Octal7050126436501024054531
Binary11100010100010101101000111101010100001010000010110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382856; }

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

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

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

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

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

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

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

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