Html Css Color HEX #50314A Loulou

📋 copy color: '#50314A'

red 80 ◦ green 49 ◦ blue 74

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

Shades of Loulou #50314A

Tints of Loulou #50314A

RGB

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

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

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

R = 39.41%
G = 24.14%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#50314A (or 0x50314A) is known color: Loulou. HEX triplet: 50, 31 and 4A. RGB value is (80,49,74). Sum of RGB (Red+Green+Blue) = 80+49+74=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 49 (19.53% from 255 or 24.14% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 80 - color contains mainly: red. Hex color #50314A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50314A is #AFCEB5. Grayscale: #3D3D3D. Windows color (decimal): -11521718 or 4862288. OLE color: 4862288.

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

Color convert

RGB 80 49 74 -
CMYK 0 0.39 0.08 0.69
HSL 311.61º 0.24% 0.25% -
HSV(B) 311.61º 0.39% 0.31% -
XYZ 5.64 4.4 7.03 -
YUV 61.12 135.27 141.47 -
System Red Green Blue C M Y K H S L
Decimal 80 49 74 0 0.39 0.08 0.69 311.61 0.24 0.25
Hex 50 31 4A 0 27 8 45 138 18 19
Octal 120 61 112 0 47 10 105 470 30 31
Binary 1010000 110001 1001010 0 100111 1000 1000101 100111000 11000 11001

Color Harmonies of #50314A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50314A

Black with #50314A

Text Example


Text Example

White with #50314A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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