Html Css Color HEX #332953 Cherry Pie

📋 copy color: '#332953'

red 51 ◦ green 41 ◦ blue 83

#332953
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cherry Pie #332953

Tints of Cherry Pie #332953

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 value IS 0.39

 M value IS 0.51

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#332953 (or 0x332953) is known color: 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

RGB 51 41 83 -
CMYK 0.39 0.51 0 0.67
HSL 254.29º 0.34% 0.24% -
HSV(B) 254.29º 0.51% 0.33% -
XYZ 3.72 2.91 8.55 -
YUV 48.78 147.31 129.58 -
System Red Green Blue C M Y K H S L
Decimal 51 41 83 0.39 0.51 0 0.67 254.29 0.34 0.24
Hex 33 29 53 27 33 0 43 FE 22 18
Octal 63 51 123 47 63 0 103 376 42 30
Binary 110011 101001 1010011 100111 110011 0 1000011 11111110 100010 11000

Color Harmonies of #332953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332953

Black with #332953

Text Example


Text Example

White with #332953

Text Example


Text Example

HTML Codes & Css Web 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>