Html Css Color HEX #522049 Loulou

📋 copy color: '#522049'

red 82 ◦ green 32 ◦ blue 73

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

Shades of Loulou #522049

Tints of Loulou #522049

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.11%

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

R = 43.85%
G = 17.11%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#522049 (or 0x522049) is known color: Loulou. HEX triplet: 52, 20 and 49. RGB value is (82,32,73). Sum of RGB (Red+Green+Blue) = 82+32+73=187 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.85% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 73 (28.91% from 255 or 39.04% from 187); Max value from RGB is 82 - color contains mainly: red. Hex color #522049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522049 is #ADDFB6. Grayscale: #333333. Windows color (decimal): -11394999 or 4792402. OLE color: 4792402.

HSL color Cylindrical-coordinate representation of color #522049: hue angle of 310.8º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #522049 is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 32 73 -
CMYK 0 0.61 0.11 0.68
HSL 310.8º 0.44% 0.22% -
HSV(B) 310.8º 0.61% 0.32% -
XYZ 5.2 3.31 6.67 -
YUV 51.62 140.07 149.67 -
System Red Green Blue C M Y K H S L
Decimal 82 32 73 0 0.61 0.11 0.68 310.8 0.44 0.22
Hex 52 20 49 0 3D B 44 137 2C 16
Octal 122 40 111 0 75 13 104 467 54 26
Binary 1010010 100000 1001001 0 111101 1011 1000100 100110111 101100 10110

Color Harmonies of #522049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522049

Black with #522049

Text Example


Text Example

White with #522049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522049; }

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

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

background-color css

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

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

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

border-color css

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

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

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