#382852

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

Shades of Cherry Pie #382852

Tints of Cherry Pie #382852

Color information

#382852 (or 0x382852) is unknown color: approx Cherry Pie. HEX triplet: 38, 28 and 52. RGB value is (56,40,82). Sum of RGB (Red+Green+Blue) = 56+40+82=178 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.46% from 178); Green value is 40 (16.02% from 255 or 22.47% from 178); Blue value is 82 (32.42% from 255 or 46.07% from 178); Max value from RGB is 82 - color contains mainly: blue. Hex color #382852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382852 is #C7D7AD. Grayscale: #313131. Windows color (decimal): -13096878 or 5384248. OLE color: 5384248.

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

Color convert

RGB564082-
CMYK0.320.5100.68
HSL262.86º34.43%23.92%-
HSV(B)262.86º51.22%32.16%-
XYZ3.912.978.35-
YUV49.57146.3132.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.46%
GREEN value IS 40 (16.02% from 255) = 22.47%
BLUE value IS 82 (32.42% from 255) = 46.07%
R=31.46%
G=22.47%
B=46.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5640820.320.5100.68262.8634.4323.92
Hex38285220330441072218
Octal7050122406301044074230
Binary11100010100010100101000001100110100010010000011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382852; }

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

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

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

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

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

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

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

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