Html Css Color HEX #522A47 Loulou

📋 copy color: '#522A47'

red 82 ◦ green 42 ◦ blue 71

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

Shades of Loulou #522A47

Tints of Loulou #522A47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 36.41%

R = 42.05%
G = 21.54%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.68

RGB Variations

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

Color information

#522A47 (or 0x522A47) is known color: Loulou. HEX triplet: 52, 2A and 47. RGB value is (82,42,71). Sum of RGB (Red+Green+Blue) = 82+42+71=195 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.05% from 195); Green value is 42 (16.80% from 255 or 21.54% from 195); Blue value is 71 (28.12% from 255 or 36.41% from 195); Max value from RGB is 82 - color contains mainly: red. Hex color #522A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522A47 is #ADD5B8. Grayscale: #393939. Windows color (decimal): -11392441 or 4663890. OLE color: 4663890.

HSL color Cylindrical-coordinate representation of color #522A47: hue angle of 316.5º 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 #522A47 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 42 71 -
CMYK 0 0.49 0.13 0.68
HSL 316.5º 0.32% 0.24% -
HSV(B) 316.5º 0.49% 0.32% -
XYZ 5.44 3.9 6.43 -
YUV 57.27 135.75 145.64 -
System Red Green Blue C M Y K H S L
Decimal 82 42 71 0 0.49 0.13 0.68 316.5 0.32 0.24
Hex 52 2A 47 0 31 D 44 13C 20 18
Octal 122 52 107 0 61 15 104 474 40 30
Binary 1010010 101010 1000111 0 110001 1101 1000100 100111100 100000 11000

Color Harmonies of #522A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522A47

Black with #522A47

Text Example


Text Example

White with #522A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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