#382953

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

Shades of Cherry Pie #382953

Tints of Cherry Pie #382953

Color information

#382953 (or 0x382953) is unknown color: approx Cherry Pie. HEX triplet: 38, 29 and 53. RGB value is (56,41,83). Sum of RGB (Red+Green+Blue) = 56+41+83=180 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.11% from 180); Green value is 41 (16.41% from 255 or 22.78% from 180); Blue value is 83 (32.81% from 255 or 46.11% from 180); Max value from RGB is 83 - color contains mainly: blue. Hex color #382953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382953 is #C7D6AC. Grayscale: #323232. Windows color (decimal): -13096621 or 5450040. OLE color: 5450040.

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

Color convert

RGB564183-
CMYK0.330.5100.67
HSL261.43º33.87%24.31%-
HSV(B)261.43º50.6%32.55%-
XYZ3.993.058.56-
YUV50.27146.47132.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.11%
GREEN value IS 41 (16.41% from 255) = 22.78%
BLUE value IS 83 (32.81% from 255) = 46.11%
R=31.11%
G=22.78%
B=46.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5641830.330.5100.67261.4333.8724.31
Hex38295321330431052218
Octal7051123416301034054230
Binary11100010100110100111000011100110100001110000010110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382953; }

 p { color: rgb(56,41,83); }

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

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

 a { background-color: rgb(56,41,83); }

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

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

 span { border-color: rgb(56,41,83); }

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