Html Css Color HEX #502C49 Loulou

📋 copy color: '#502C49'

red 80 ◦ green 44 ◦ blue 73

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

Shades of Loulou #502C49

Tints of Loulou #502C49

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22.34%

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

R = 40.61%
G = 22.34%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#502C49 (or 0x502C49) is known color: Loulou. HEX triplet: 50, 2C and 49. RGB value is (80,44,73). Sum of RGB (Red+Green+Blue) = 80+44+73=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 73 (28.91% from 255 or 37.06% from 197); Max value from RGB is 80 - color contains mainly: red. Hex color #502C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502C49 is #AFD3B6. Grayscale: #393939. Windows color (decimal): -11522999 or 4795472. OLE color: 4795472.

HSL color Cylindrical-coordinate representation of color #502C49: hue angle of 311.67º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #502C49 is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 44 73 -
CMYK 0 0.45 0.09 0.69
HSL 311.67º 0.29% 0.24% -
HSV(B) 311.67º 0.45% 0.31% -
XYZ 5.41 3.99 6.79 -
YUV 58.07 136.43 143.64 -
System Red Green Blue C M Y K H S L
Decimal 80 44 73 0 0.45 0.09 0.69 311.67 0.29 0.24
Hex 50 2C 49 0 2D 9 45 138 1D 18
Octal 120 54 111 0 55 11 105 470 35 30
Binary 1010000 101100 1001001 0 101101 1001 1000101 100111000 11101 11000

Color Harmonies of #502C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502C49

Black with #502C49

Text Example


Text Example

White with #502C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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