Html Css Color HEX #372C50 Cherry Pie

📋 copy color: '#372C50'

red 55 ◦ green 44 ◦ blue 80

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

Shades of Cherry Pie #372C50

Tints of Cherry Pie #372C50

RGB

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

 GREEN value IS 44 (17.58% from 255) = 24.58%

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

R = 30.73%
G = 24.58%
B = 44.69%

CMYK

 C value IS 0.31

 M value IS 0.45

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#372C50 (or 0x372C50) is known color: Cherry Pie. HEX triplet: 37, 2C and 50. RGB value is (55,44,80). Sum of RGB (Red+Green+Blue) = 55+44+80=179 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.73% from 179); Green value is 44 (17.58% from 255 or 24.58% from 179); Blue value is 80 (31.64% from 255 or 44.69% from 179); Max value from RGB is 80 - color contains mainly: blue. Hex color #372C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372C50 is #C8D3AF. Grayscale: #333333. Windows color (decimal): -13161392 or 5254199. OLE color: 5254199.

HSL color Cylindrical-coordinate representation of color #372C50: hue angle of 258.33º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #372C50 is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 44 80 -
CMYK 0.31 0.45 0 0.69
HSL 258.33º 0.29% 0.24% -
HSV(B) 258.33º 0.45% 0.31% -
XYZ 3.92 3.19 8 -
YUV 51.39 144.14 130.57 -
System Red Green Blue C M Y K H S L
Decimal 55 44 80 0.31 0.45 0 0.69 258.33 0.29 0.24
Hex 37 2C 50 1F 2D 0 45 102 1D 18
Octal 67 54 120 37 55 0 105 402 35 30
Binary 110111 101100 1010000 11111 101101 0 1000101 100000010 11101 11000

Color Harmonies of #372C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372C50

Black with #372C50

Text Example


Text Example

White with #372C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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