Html Css Color HEX #522A44 Loulou

📋 copy color: '#522A44'

red 82 ◦ green 42 ◦ blue 68

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

Shades of Loulou #522A44

Tints of Loulou #522A44

RGB

 RED value IS 82 (32.42% from 255) = 42.71%

 GREEN value IS 42 (16.8% from 255) = 21.88%

 BLUE value IS 68 (26.95% from 255) = 35.42%

R = 42.71%
G = 21.88%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#522A44 (or 0x522A44) is known color: Loulou. HEX triplet: 52, 2A and 44. RGB value is (82,42,68). Sum of RGB (Red+Green+Blue) = 82+42+68=192 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.71% from 192); Green value is 42 (16.80% from 255 or 21.88% from 192); Blue value is 68 (26.95% from 255 or 35.42% from 192); Max value from RGB is 82 - color contains mainly: red. Hex color #522A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522A44 is #ADD5BB. Grayscale: #383838. Windows color (decimal): -11392444 or 4467282. OLE color: 4467282.

HSL color Cylindrical-coordinate representation of color #522A44: hue angle of 321º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #522A44 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 42 68 -
CMYK 0 0.49 0.17 0.68
HSL 321º 0.32% 0.24% -
HSV(B) 321º 0.49% 0.32% -
XYZ 5.35 3.87 5.93 -
YUV 56.92 134.25 145.89 -
System Red Green Blue C M Y K H S L
Decimal 82 42 68 0 0.49 0.17 0.68 321 0.32 0.24
Hex 52 2A 44 0 31 11 44 141 20 18
Octal 122 52 104 0 61 21 104 501 40 30
Binary 1010010 101010 1000100 0 110001 10001 1000100 101000001 100000 11000

Color Harmonies of #522A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522A44

Black with #522A44

Text Example


Text Example

White with #522A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522A44; }

 p { color: rgb(82,42,68); }

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

background-color css

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

 a { background-color: rgb(82,42,68); }

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

border-color css

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

 span { border-color: rgb(82,42,68); }

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