Html Css Color HEX #50324C Loulou

📋 copy color: '#50324C'

red 80 ◦ green 50 ◦ blue 76

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

Shades of Loulou #50324C

Tints of Loulou #50324C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.27%

 BLUE value IS 76 (30.08% from 255) = 36.89%

R = 38.83%
G = 24.27%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#50324C (or 0x50324C) is known color: Loulou. HEX triplet: 50, 32 and 4C. RGB value is (80,50,76). Sum of RGB (Red+Green+Blue) = 80+50+76=206 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.83% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 80 - color contains mainly: red. Hex color #50324C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50324C is #AFCDB3. Grayscale: #3D3D3D. Windows color (decimal): -11521460 or 4993616. OLE color: 4993616.

HSL color Cylindrical-coordinate representation of color #50324C: hue angle of 308º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #50324C is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 50 76 -
CMYK 0 0.37 0.05 0.69
HSL 308º 0.23% 0.25% -
HSV(B) 308º 0.38% 0.31% -
XYZ 5.75 4.51 7.4 -
YUV 61.93 135.94 140.89 -
System Red Green Blue C M Y K H S L
Decimal 80 50 76 0 0.37 0.05 0.69 308 0.23 0.25
Hex 50 32 4C 0 25 5 45 134 17 19
Octal 120 62 114 0 45 5 105 464 27 31
Binary 1010000 110010 1001100 0 100101 101 1000101 100110100 10111 11001

Color Harmonies of #50324C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50324C

Black with #50324C

Text Example


Text Example

White with #50324C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50324C; }

 p { color: rgb(80,50,76); }

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

background-color css

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

 a { background-color: rgb(80,50,76); }

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

border-color css

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

 span { border-color: rgb(80,50,76); }

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