Html Css Color HEX #522449 Loulou

📋 copy color: '#522449'

red 82 ◦ green 36 ◦ blue 73

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

Shades of Loulou #522449

Tints of Loulou #522449

RGB

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

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

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

R = 42.93%
G = 18.85%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#522449 (or 0x522449) is known color: Loulou. HEX triplet: 52, 24 and 49. RGB value is (82,36,73). Sum of RGB (Red+Green+Blue) = 82+36+73=191 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.93% from 191); Green value is 36 (14.45% from 255 or 18.85% from 191); Blue value is 73 (28.91% from 255 or 38.22% from 191); Max value from RGB is 82 - color contains mainly: red. Hex color #522449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522449 is #ADDBB6. Grayscale: #353535. Windows color (decimal): -11393975 or 4793426. OLE color: 4793426.

HSL color Cylindrical-coordinate representation of color #522449: hue angle of 311.74º 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 #522449 is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 36 73 -
CMYK 0 0.56 0.11 0.68
HSL 311.74º 0.39% 0.23% -
HSV(B) 311.74º 0.56% 0.32% -
XYZ 5.31 3.54 6.71 -
YUV 53.97 138.74 147.99 -
System Red Green Blue C M Y K H S L
Decimal 82 36 73 0 0.56 0.11 0.68 311.74 0.39 0.23
Hex 52 24 49 0 38 B 44 138 27 17
Octal 122 44 111 0 70 13 104 470 47 27
Binary 1010010 100100 1001001 0 111000 1011 1000100 100111000 100111 10111

Color Harmonies of #522449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522449

Black with #522449

Text Example


Text Example

White with #522449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522449; }

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

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

background-color css

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

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

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

border-color css

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

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

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