Html Css Color HEX #502C48 Loulou

📋 copy color: '#502C48'

red 80 ◦ green 44 ◦ blue 72

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

Shades of Loulou #502C48

Tints of Loulou #502C48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 36.73%

R = 40.82%
G = 22.45%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#502C48 (or 0x502C48) is known color: Loulou. HEX triplet: 50, 2C and 48. RGB value is (80,44,72). Sum of RGB (Red+Green+Blue) = 80+44+72=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 44 (17.58% from 255 or 22.45% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 80 - color contains mainly: red. Hex color #502C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502C48 is #AFD3B7. Grayscale: #393939. Windows color (decimal): -11523000 or 4729936. OLE color: 4729936.

HSL color Cylindrical-coordinate representation of color #502C48: hue angle of 313.33º 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 #502C48 is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 44 72 -
CMYK 0 0.45 0.10 0.69
HSL 313.33º 0.29% 0.24% -
HSV(B) 313.33º 0.45% 0.31% -
XYZ 5.38 3.97 6.61 -
YUV 57.96 135.93 143.72 -
System Red Green Blue C M Y K H S L
Decimal 80 44 72 0 0.45 0.10 0.69 313.33 0.29 0.24
Hex 50 2C 48 0 2D A 45 139 1D 18
Octal 120 54 110 0 55 12 105 471 35 30
Binary 1010000 101100 1001000 0 101101 1010 1000101 100111001 11101 11000

Color Harmonies of #502C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502C48

Black with #502C48

Text Example


Text Example

White with #502C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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