Html Css Color HEX #32274F Cherry Pie

📋 copy color: '#32274F'

red 50 ◦ green 39 ◦ blue 79

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

Shades of Cherry Pie #32274F

Tints of Cherry Pie #32274F

RGB

 RED value IS 50 (19.92% from 255) = 29.76%

 GREEN value IS 39 (15.63% from 255) = 23.21%

 BLUE value IS 79 (31.25% from 255) = 47.02%

R = 29.76%
G = 23.21%
B = 47.02%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#32274F (or 0x32274F) is known color: Cherry Pie. HEX triplet: 32, 27 and 4F. RGB value is (50,39,79). Sum of RGB (Red+Green+Blue) = 50+39+79=168 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.76% from 168); Green value is 39 (15.62% from 255 or 23.21% from 168); Blue value is 79 (31.25% from 255 or 47.02% from 168); Max value from RGB is 79 - color contains mainly: blue. Hex color #32274F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32274F is #CDD8B0. Grayscale: #2E2E2E. Windows color (decimal): -13490353 or 5187378. OLE color: 5187378.

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

Color convert

RGB 50 39 79 -
CMYK 0.37 0.51 0 0.69
HSL 256.5º 0.34% 0.23% -
HSV(B) 256.5º 0.51% 0.31% -
XYZ 3.45 2.69 7.74 -
YUV 46.85 146.14 130.25 -
System Red Green Blue C M Y K H S L
Decimal 50 39 79 0.37 0.51 0 0.69 256.5 0.34 0.23
Hex 32 27 4F 25 33 0 45 100 22 17
Octal 62 47 117 45 63 0 105 400 42 27
Binary 110010 100111 1001111 100101 110011 0 1000101 100000000 100010 10111

Color Harmonies of #32274F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32274F

Black with #32274F

Text Example


Text Example

White with #32274F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #32274F;
 }
 .AnyTagClassName
 {
   color: #32274F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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