Html Css Color HEX #503549 Loulou

📋 copy color: '#503549'

red 80 ◦ green 53 ◦ blue 73

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

Shades of Loulou #503549

Tints of Loulou #503549

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.73%

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

R = 38.83%
G = 25.73%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#503549 (or 0x503549) is known color: Loulou. HEX triplet: 50, 35 and 49. RGB value is (80,53,73). Sum of RGB (Red+Green+Blue) = 80+53+73=206 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.83% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 80 - color contains mainly: red. Hex color #503549 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503549 is #AFCAB6. Grayscale: #3F3F3F. Windows color (decimal): -11520695 or 4797776. OLE color: 4797776.

HSL color Cylindrical-coordinate representation of color #503549: hue angle of 315.56º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #503549 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 53 73 -
CMYK 0 0.34 0.09 0.69
HSL 315.56º 0.2% 0.26% -
HSV(B) 315.56º 0.34% 0.31% -
XYZ 5.78 4.73 6.91 -
YUV 63.35 133.45 139.87 -
System Red Green Blue C M Y K H S L
Decimal 80 53 73 0 0.34 0.09 0.69 315.56 0.2 0.26
Hex 50 35 49 0 22 9 45 13C 14 1A
Octal 120 65 111 0 42 11 105 474 24 32
Binary 1010000 110101 1001001 0 100010 1001 1000101 100111100 10100 11010

Color Harmonies of #503549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503549

Black with #503549

Text Example


Text Example

White with #503549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503549; }

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

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

background-color css

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

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

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

border-color css

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

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

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