Html Css Color HEX #372D50 Cherry Pie

📋 copy color: '#372D50'

red 55 ◦ green 45 ◦ blue 80

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

Shades of Cherry Pie #372D50

Tints of Cherry Pie #372D50

RGB

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

 GREEN value IS 45 (17.97% from 255) = 25%

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

R = 30.56%
G = 25%
B = 44.44%

CMYK

 C value IS 0.31

 M value IS 0.44

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#372D50 (or 0x372D50) is known color: Cherry Pie. HEX triplet: 37, 2D and 50. RGB value is (55,45,80). Sum of RGB (Red+Green+Blue) = 55+45+80=180 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.56% from 180); Green value is 45 (17.97% from 255 or 25% from 180); Blue value is 80 (31.64% from 255 or 44.44% from 180); Max value from RGB is 80 - color contains mainly: blue. Hex color #372D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372D50 is #C8D2AF. Grayscale: #333333. Windows color (decimal): -13161136 or 5254455. OLE color: 5254455.

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

Color convert

RGB 55 45 80 -
CMYK 0.31 0.44 0 0.69
HSL 257.14º 0.28% 0.25% -
HSV(B) 257.14º 0.44% 0.31% -
XYZ 3.96 3.27 8.01 -
YUV 51.98 143.81 130.15 -
System Red Green Blue C M Y K H S L
Decimal 55 45 80 0.31 0.44 0 0.69 257.14 0.28 0.25
Hex 37 2D 50 1F 2C 0 45 101 1C 19
Octal 67 55 120 37 54 0 105 401 34 31
Binary 110111 101101 1010000 11111 101100 0 1000101 100000001 11100 11001

Color Harmonies of #372D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372D50

Black with #372D50

Text Example


Text Example

White with #372D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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