#32284F

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

Shades of Cherry Pie #32284F

Tints of Cherry Pie #32284F

Color information

#32284F (or 0x32284F) is unknown color: approx Cherry Pie. HEX triplet: 32, 28 and 4F. RGB value is (50,40,79). Sum of RGB (Red+Green+Blue) = 50+40+79=169 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.59% from 169); Green value is 40 (16.02% from 255 or 23.67% from 169); Blue value is 79 (31.25% from 255 or 46.75% from 169); Max value from RGB is 79 - color contains mainly: blue. Hex color #32284F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32284F is #CDD7B0. Grayscale: #2F2F2F. Windows color (decimal): -13490097 or 5187634. OLE color: 5187634.

HSL color Cylindrical-coordinate representation of color #32284F: hue angle of 255.38º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #32284F is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB504079-
CMYK0.370.4900.69
HSL255.38º32.77%23.33%-
HSV(B)255.38º49.37%30.98%-
XYZ3.492.767.75-
YUV47.44145.81129.83-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.59%
GREEN value IS 40 (16.02% from 255) = 23.67%
BLUE value IS 79 (31.25% from 255) = 46.75%
R=29.59%
G=23.67%
B=46.75%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5040790.370.4900.69255.3832.7723.33
Hex32284F2531045ff2117
Octal6250117456101053774127
Binary1100101010001001111100101110001010001011111111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32284F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32284F; }

 p { color: rgb(50,40,79); }

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

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

 a { background-color: rgb(50,40,79); }

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

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

 span { border-color: rgb(50,40,79); }

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