Html Css Color HEX #37314D Cherry Pie

📋 copy color: '#37314D'

red 55 ◦ green 49 ◦ blue 77

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

Shades of Cherry Pie #37314D

Tints of Cherry Pie #37314D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 27.07%

 BLUE value IS 77 (30.47% from 255) = 42.54%

R = 30.39%
G = 27.07%
B = 42.54%

CMYK

 C value IS 0.29

 M value IS 0.36

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#37314D (or 0x37314D) is known color: Cherry Pie. HEX triplet: 37, 31 and 4D. RGB value is (55,49,77). Sum of RGB (Red+Green+Blue) = 55+49+77=181 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.39% from 181); Green value is 49 (19.53% from 255 or 27.07% from 181); Blue value is 77 (30.47% from 255 or 42.54% from 181); Max value from RGB is 77 - color contains mainly: blue. Hex color #37314D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37314D is #C8CEB2. Grayscale: #353535. Windows color (decimal): -13160115 or 5058871. OLE color: 5058871.

HSL color Cylindrical-coordinate representation of color #37314D: hue angle of 252.86º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #37314D is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 55 49 77 -
CMYK 0.29 0.36 0 0.70
HSL 252.86º 0.22% 0.25% -
HSV(B) 252.86º 0.36% 0.3% -
XYZ 4.01 3.54 7.49 -
YUV 53.99 140.99 128.72 -
System Red Green Blue C M Y K H S L
Decimal 55 49 77 0.29 0.36 0 0.70 252.86 0.22 0.25
Hex 37 31 4D 1D 24 0 46 FD 16 19
Octal 67 61 115 35 44 0 106 375 26 31
Binary 110111 110001 1001101 11101 100100 0 1000110 11111101 10110 11001

Color Harmonies of #37314D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37314D

Black with #37314D

Text Example


Text Example

White with #37314D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37314D; }

 p { color: rgb(55,49,77); }

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

background-color css

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

 a { background-color: rgb(55,49,77); }

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

border-color css

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

 span { border-color: rgb(55,49,77); }

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