Html Css Color HEX #372950 Cherry Pie

📋 copy color: '#372950'

red 55 ◦ green 41 ◦ blue 80

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

Shades of Cherry Pie #372950

Tints of Cherry Pie #372950

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.3%

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

R = 31.25%
G = 23.3%
B = 45.45%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#372950 (or 0x372950) is known color: Cherry Pie. HEX triplet: 37, 29 and 50. RGB value is (55,41,80). Sum of RGB (Red+Green+Blue) = 55+41+80=176 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.25% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 80 (31.64% from 255 or 45.45% from 176); Max value from RGB is 80 - color contains mainly: blue. Hex color #372950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372950 is #C8D6AF. Grayscale: #313131. Windows color (decimal): -13162160 or 5253431. OLE color: 5253431.

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

Color convert

RGB 55 41 80 -
CMYK 0.31 0.49 0 0.69
HSL 261.54º 0.32% 0.24% -
HSV(B) 261.54º 0.49% 0.31% -
XYZ 3.82 2.98 7.96 -
YUV 49.63 145.14 131.83 -
System Red Green Blue C M Y K H S L
Decimal 55 41 80 0.31 0.49 0 0.69 261.54 0.32 0.24
Hex 37 29 50 1F 31 0 45 106 20 18
Octal 67 51 120 37 61 0 105 406 40 30
Binary 110111 101001 1010000 11111 110001 0 1000101 100000110 100000 11000

Color Harmonies of #372950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372950

Black with #372950

Text Example


Text Example

White with #372950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372950; }

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

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

background-color css

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

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

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

border-color css

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

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

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