Html Css Color HEX #50334A Loulou

📋 copy color: '#50334A'

red 80 ◦ green 51 ◦ blue 74

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

Shades of Loulou #50334A

Tints of Loulou #50334A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.88%

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

R = 39.02%
G = 24.88%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#50334A (or 0x50334A) is known color: Loulou. HEX triplet: 50, 33 and 4A. RGB value is (80,51,74). Sum of RGB (Red+Green+Blue) = 80+51+74=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 80 - color contains mainly: red. Hex color #50334A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50334A is #AFCCB5. Grayscale: #3E3E3E. Windows color (decimal): -11521206 or 4862800. OLE color: 4862800.

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

Color convert

RGB 80 51 74 -
CMYK 0 0.36 0.08 0.69
HSL 312.41º 0.22% 0.26% -
HSV(B) 312.41º 0.36% 0.31% -
XYZ 5.73 4.57 7.06 -
YUV 62.29 134.61 140.63 -
System Red Green Blue C M Y K H S L
Decimal 80 51 74 0 0.36 0.08 0.69 312.41 0.22 0.26
Hex 50 33 4A 0 24 8 45 138 16 1A
Octal 120 63 112 0 44 10 105 470 26 32
Binary 1010000 110011 1001010 0 100100 1000 1000101 100111000 10110 11010

Color Harmonies of #50334A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50334A

Black with #50334A

Text Example


Text Example

White with #50334A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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