#382551

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

Shades of Cherry Pie #382551

Tints of Cherry Pie #382551

Color information

#382551 (or 0x382551) is unknown color: approx Cherry Pie. HEX triplet: 38, 25 and 51. RGB value is (56,37,81). Sum of RGB (Red+Green+Blue) = 56+37+81=174 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32.18% from 174); Green value is 37 (14.84% from 255 or 21.26% from 174); Blue value is 81 (32.03% from 255 or 46.55% from 174); Max value from RGB is 81 - color contains mainly: blue. Hex color #382551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382551 is #C7DAAE. Grayscale: #2F2F2F. Windows color (decimal): -13097647 or 5317944. OLE color: 5317944.

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

Color convert

RGB563781-
CMYK0.310.5400.68
HSL265.91º37.29%23.14%-
HSV(B)265.91º54.32%31.76%-
XYZ3.782.768.12-
YUV47.7146.79133.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.18%
GREEN value IS 37 (14.84% from 255) = 21.26%
BLUE value IS 81 (32.03% from 255) = 46.55%
R=32.18%
G=21.26%
B=46.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5637810.310.5400.68265.9137.2923.14
Hex3825511F3604410a2517
Octal7045121376601044124527
Binary1110001001011010001111111101100100010010000101010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382551; }

 p { color: rgb(56,37,81); }

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

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

 a { background-color: rgb(56,37,81); }

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

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

 span { border-color: rgb(56,37,81); }

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