#382652

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

Shades of Cherry Pie #382652

Tints of Cherry Pie #382652

Color information

#382652 (or 0x382652) is unknown color: approx Cherry Pie. HEX triplet: 38, 26 and 52. RGB value is (56,38,82). Sum of RGB (Red+Green+Blue) = 56+38+82=176 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.82% from 176); Green value is 38 (15.23% from 255 or 21.59% from 176); Blue value is 82 (32.42% from 255 or 46.59% from 176); Max value from RGB is 82 - color contains mainly: blue. Hex color #382652 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382652 is #C7D9AD. Grayscale: #303030. Windows color (decimal): -13097390 or 5383736. OLE color: 5383736.

HSL color Cylindrical-coordinate representation of color #382652: hue angle of 264.55º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #382652 is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB563882-
CMYK0.320.5400.68
HSL264.55º36.67%23.53%-
HSV(B)264.55º53.66%32.16%-
XYZ3.852.848.33-
YUV48.4146.96133.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.82%
GREEN value IS 38 (15.23% from 255) = 21.59%
BLUE value IS 82 (32.42% from 255) = 46.59%
R=31.82%
G=21.59%
B=46.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5638820.320.5400.68264.5536.6723.53
Hex38265220360441092518
Octal7046122406601044114530
Binary11100010011010100101000001101100100010010000100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382652; }

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

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

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

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

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

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

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

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