Html Css Color HEX #522442 Loulou

📋 copy color: '#522442'

red 82 ◦ green 36 ◦ blue 66

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

Shades of Loulou #522442

Tints of Loulou #522442

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.57%

 BLUE value IS 66 (26.17% from 255) = 35.87%

R = 44.57%
G = 19.57%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#522442 (or 0x522442) is known color: Loulou. HEX triplet: 52, 24 and 42. RGB value is (82,36,66). Sum of RGB (Red+Green+Blue) = 82+36+66=184 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.57% from 184); Green value is 36 (14.45% from 255 or 19.57% from 184); Blue value is 66 (26.17% from 255 or 35.87% from 184); Max value from RGB is 82 - color contains mainly: red. Hex color #522442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522442 is #ADDBBD. Grayscale: #353535. Windows color (decimal): -11393982 or 4334674. OLE color: 4334674.

HSL color Cylindrical-coordinate representation of color #522442: hue angle of 320.87º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #522442 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 36 66 -
CMYK 0 0.56 0.20 0.68
HSL 320.87º 0.39% 0.23% -
HSV(B) 320.87º 0.56% 0.32% -
XYZ 5.09 3.45 5.55 -
YUV 53.17 135.24 148.56 -
System Red Green Blue C M Y K H S L
Decimal 82 36 66 0 0.56 0.20 0.68 320.87 0.39 0.23
Hex 52 24 42 0 38 14 44 141 27 17
Octal 122 44 102 0 70 24 104 501 47 27
Binary 1010010 100100 1000010 0 111000 10100 1000100 101000001 100111 10111

Color Harmonies of #522442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522442

Black with #522442

Text Example


Text Example

White with #522442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522442; }

 p { color: rgb(82,36,66); }

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

background-color css

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

 a { background-color: rgb(82,36,66); }

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

border-color css

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

 span { border-color: rgb(82,36,66); }

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