Html Css Color HEX #50374A Loulou

📋 copy color: '#50374A'

red 80 ◦ green 55 ◦ blue 74

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

Shades of Loulou #50374A

Tints of Loulou #50374A

RGB

 RED value IS 80 (31.64% from 255) = 38.28%

 GREEN value IS 55 (21.88% from 255) = 26.32%

 BLUE value IS 74 (29.3% from 255) = 35.41%

R = 38.28%
G = 26.32%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#50374A (or 0x50374A) is known color: Loulou. HEX triplet: 50, 37 and 4A. RGB value is (80,55,74). Sum of RGB (Red+Green+Blue) = 80+55+74=209 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.28% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 80 - color contains mainly: red. Hex color #50374A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50374A is #AFC8B5. Grayscale: #404040. Windows color (decimal): -11520182 or 4863824. OLE color: 4863824.

HSL color Cylindrical-coordinate representation of color #50374A: hue angle of 314.4º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #50374A is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 55 74 -
CMYK 0 0.31 0.08 0.69
HSL 314.4º 0.19% 0.26% -
HSV(B) 314.4º 0.31% 0.31% -
XYZ 5.91 4.93 7.12 -
YUV 64.64 133.28 138.96 -
System Red Green Blue C M Y K H S L
Decimal 80 55 74 0 0.31 0.08 0.69 314.4 0.19 0.26
Hex 50 37 4A 0 1F 8 45 13A 13 1A
Octal 120 67 112 0 37 10 105 472 23 32
Binary 1010000 110111 1001010 0 11111 1000 1000101 100111010 10011 11010

Color Harmonies of #50374A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50374A

Black with #50374A

Text Example


Text Example

White with #50374A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50374A; }

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

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

background-color css

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

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

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

border-color css

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

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

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