Html Css Color HEX #522549 Loulou

📋 copy color: '#522549'

red 82 ◦ green 37 ◦ blue 73

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

Shades of Loulou #522549

Tints of Loulou #522549

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.27%

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

R = 42.71%
G = 19.27%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#522549 (or 0x522549) is known color: Loulou. HEX triplet: 52, 25 and 49. RGB value is (82,37,73). Sum of RGB (Red+Green+Blue) = 82+37+73=192 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.71% from 192); Green value is 37 (14.84% from 255 or 19.27% from 192); Blue value is 73 (28.91% from 255 or 38.02% from 192); Max value from RGB is 82 - color contains mainly: red. Hex color #522549 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522549 is #ADDAB6. Grayscale: #363636. Windows color (decimal): -11393719 or 4793682. OLE color: 4793682.

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

Color convert

RGB 82 37 73 -
CMYK 0 0.55 0.11 0.68
HSL 312º 0.38% 0.23% -
HSV(B) 312º 0.55% 0.32% -
XYZ 5.34 3.6 6.72 -
YUV 54.56 138.41 147.57 -
System Red Green Blue C M Y K H S L
Decimal 82 37 73 0 0.55 0.11 0.68 312 0.38 0.23
Hex 52 25 49 0 37 B 44 138 26 17
Octal 122 45 111 0 67 13 104 470 46 27
Binary 1010010 100101 1001001 0 110111 1011 1000100 100111000 100110 10111

Color Harmonies of #522549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522549

Black with #522549

Text Example


Text Example

White with #522549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522549; }

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

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

background-color css

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

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

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

border-color css

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

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

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