Html Css Color HEX #503149 Loulou

📋 copy color: '#503149'

red 80 ◦ green 49 ◦ blue 73

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

Shades of Loulou #503149

Tints of Loulou #503149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 36.14%

R = 39.6%
G = 24.26%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#503149 (or 0x503149) is known color: Loulou. HEX triplet: 50, 31 and 49. RGB value is (80,49,73). Sum of RGB (Red+Green+Blue) = 80+49+73=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 49 (19.53% from 255 or 24.26% from 202); Blue value is 73 (28.91% from 255 or 36.14% from 202); Max value from RGB is 80 - color contains mainly: red. Hex color #503149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503149 is #AFCEB6. Grayscale: #3C3C3C. Windows color (decimal): -11521719 or 4796752. OLE color: 4796752.

HSL color Cylindrical-coordinate representation of color #503149: hue angle of 313.55º 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 #503149 is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 49 73 -
CMYK 0 0.39 0.09 0.69
HSL 313.55º 0.24% 0.25% -
HSV(B) 313.55º 0.39% 0.31% -
XYZ 5.61 4.38 6.85 -
YUV 61.01 134.77 141.55 -
System Red Green Blue C M Y K H S L
Decimal 80 49 73 0 0.39 0.09 0.69 313.55 0.24 0.25
Hex 50 31 49 0 27 9 45 13A 18 19
Octal 120 61 111 0 47 11 105 472 30 31
Binary 1010000 110001 1001001 0 100111 1001 1000101 100111010 11000 11001

Color Harmonies of #503149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503149

Black with #503149

Text Example


Text Example

White with #503149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503149; }

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

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

background-color css

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

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

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

border-color css

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

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

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