#382859

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

Shades of Cherry Pie #382859

Tints of Cherry Pie #382859

Color information

#382859 (or 0x382859) is unknown color: approx Cherry Pie. HEX triplet: 38, 28 and 59. RGB value is (56,40,89). Sum of RGB (Red+Green+Blue) = 56+40+89=185 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.27% from 185); Green value is 40 (16.02% from 255 or 21.62% from 185); Blue value is 89 (35.16% from 255 or 48.11% from 185); Max value from RGB is 89 - color contains mainly: blue. Hex color #382859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382859 is #C7D7A6. Grayscale: #323232. Windows color (decimal): -13096871 or 5843000. OLE color: 5843000.

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

Color convert

RGB564089-
CMYK0.370.5500.65
HSL259.59º37.98%25.29%-
HSV(B)259.59º55.06%34.9%-
XYZ4.193.089.82-
YUV50.37149.8132.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.27%
GREEN value IS 40 (16.02% from 255) = 21.62%
BLUE value IS 89 (35.16% from 255) = 48.11%
R=30.27%
G=21.62%
B=48.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5640890.370.5500.65259.5937.9825.29
Hex38285925370411042619
Octal7050131456701014044631
Binary11100010100010110011001011101110100000110000010010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382859; }

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

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

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

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

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

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

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

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