Html Css Color HEX #372550 Cherry Pie

📋 copy color: '#372550'

red 55 ◦ green 37 ◦ blue 80

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

Shades of Cherry Pie #372550

Tints of Cherry Pie #372550

RGB

 RED value IS 55 (21.88% from 255) = 31.98%

 GREEN value IS 37 (14.84% from 255) = 21.51%

 BLUE value IS 80 (31.64% from 255) = 46.51%

R = 31.98%
G = 21.51%
B = 46.51%

CMYK

 C value IS 0.31

 M value IS 0.54

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#372550 (or 0x372550) is known color: Cherry Pie. HEX triplet: 37, 25 and 50. RGB value is (55,37,80). Sum of RGB (Red+Green+Blue) = 55+37+80=172 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.98% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 80 (31.64% from 255 or 46.51% from 172); Max value from RGB is 80 - color contains mainly: blue. Hex color #372550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372550 is #C8DAAF. Grayscale: #2F2F2F. Windows color (decimal): -13163184 or 5252407. OLE color: 5252407.

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

Color convert

RGB 55 37 80 -
CMYK 0.31 0.54 0 0.69
HSL 265.12º 0.37% 0.23% -
HSV(B) 265.12º 0.54% 0.31% -
XYZ 3.69 2.71 7.92 -
YUV 47.28 146.46 133.5 -
System Red Green Blue C M Y K H S L
Decimal 55 37 80 0.31 0.54 0 0.69 265.12 0.37 0.23
Hex 37 25 50 1F 36 0 45 109 25 17
Octal 67 45 120 37 66 0 105 411 45 27
Binary 110111 100101 1010000 11111 110110 0 1000101 100001001 100101 10111

Color Harmonies of #372550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372550

Black with #372550

Text Example


Text Example

White with #372550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372550; }

 p { color: rgb(55,37,80); }

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

background-color css

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

 a { background-color: rgb(55,37,80); }

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

border-color css

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

 span { border-color: rgb(55,37,80); }

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