Html Css Color HEX #50324B Loulou

📋 copy color: '#50324B'

red 80 ◦ green 50 ◦ blue 75

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

Shades of Loulou #50324B

Tints of Loulou #50324B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 36.59%

R = 39.02%
G = 24.39%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#50324B (or 0x50324B) is known color: Loulou. HEX triplet: 50, 32 and 4B. RGB value is (80,50,75). Sum of RGB (Red+Green+Blue) = 80+50+75=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 80 - color contains mainly: red. Hex color #50324B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50324B is #AFCDB4. Grayscale: #3D3D3D. Windows color (decimal): -11521461 or 4928080. OLE color: 4928080.

HSL color Cylindrical-coordinate representation of color #50324B: hue angle of 310º 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 #50324B is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 50 75 -
CMYK 0 0.37 0.06 0.69
HSL 310º 0.23% 0.25% -
HSV(B) 310º 0.38% 0.31% -
XYZ 5.72 4.49 7.22 -
YUV 61.82 135.44 140.97 -
System Red Green Blue C M Y K H S L
Decimal 80 50 75 0 0.37 0.06 0.69 310 0.23 0.25
Hex 50 32 4B 0 25 6 45 136 17 19
Octal 120 62 113 0 45 6 105 466 27 31
Binary 1010000 110010 1001011 0 100101 110 1000101 100110110 10111 11001

Color Harmonies of #50324B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50324B

Black with #50324B

Text Example


Text Example

White with #50324B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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