Html Css Color HEX #503649 Loulou

📋 copy color: '#503649'

red 80 ◦ green 54 ◦ blue 73

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

Shades of Loulou #503649

Tints of Loulou #503649

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.09%

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

R = 38.65%
G = 26.09%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#503649 (or 0x503649) is known color: Loulou. HEX triplet: 50, 36 and 49. RGB value is (80,54,73). Sum of RGB (Red+Green+Blue) = 80+54+73=207 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.65% from 207); Green value is 54 (21.48% from 255 or 26.09% from 207); Blue value is 73 (28.91% from 255 or 35.27% from 207); Max value from RGB is 80 - color contains mainly: red. Hex color #503649 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503649 is #AFC9B6. Grayscale: #3F3F3F. Windows color (decimal): -11520439 or 4798032. OLE color: 4798032.

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

Color convert

RGB 80 54 73 -
CMYK 0 0.33 0.09 0.69
HSL 316.15º 0.19% 0.26% -
HSV(B) 316.15º 0.33% 0.31% -
XYZ 5.83 4.82 6.93 -
YUV 63.94 133.11 139.46 -
System Red Green Blue C M Y K H S L
Decimal 80 54 73 0 0.33 0.09 0.69 316.15 0.19 0.26
Hex 50 36 49 0 21 9 45 13C 13 1A
Octal 120 66 111 0 41 11 105 474 23 32
Binary 1010000 110110 1001001 0 100001 1001 1000101 100111100 10011 11010

Color Harmonies of #503649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503649

Black with #503649

Text Example


Text Example

White with #503649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503649; }

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

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

background-color css

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

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

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

border-color css

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

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

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