#332953

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

Shades of Cherry Pie #332953

Tints of Cherry Pie #332953

Color information

#332953 (or 0x332953) is unknown color: approx Cherry Pie. HEX triplet: 33, 29 and 53. RGB value is (51,41,83). Sum of RGB (Red+Green+Blue) = 51+41+83=175 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.14% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 83 (32.81% from 255 or 47.43% from 175); Max value from RGB is 83 - color contains mainly: blue. Hex color #332953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332953 is #CCD6AC. Grayscale: #303030. Windows color (decimal): -13424301 or 5450035. OLE color: 5450035.

HSL color Cylindrical-coordinate representation of color #332953: hue angle of 254.29º 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 #332953 is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB514183-
CMYK0.390.5100.67
HSL254.29º33.87%24.31%-
HSV(B)254.29º50.6%32.55%-
XYZ3.722.918.55-
YUV48.78147.31129.58-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.14%
GREEN value IS 41 (16.41% from 255) = 23.43%
BLUE value IS 83 (32.81% from 255) = 47.43%
R=29.14%
G=23.43%
B=47.43%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5141830.390.5100.67254.2933.8724.31
Hex3329532733043fe2218
Octal6351123476301033764230
Binary1100111010011010011100111110011010000111111111010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332953; }

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

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

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

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

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

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

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

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