Html Css Color HEX #522C4D Loulou

📋 copy color: '#522C4D'

red 82 ◦ green 44 ◦ blue 77

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

Shades of Loulou #522C4D

Tints of Loulou #522C4D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.67%

 BLUE value IS 77 (30.47% from 255) = 37.93%

R = 40.39%
G = 21.67%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.68

RGB Variations

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

Color information

#522C4D (or 0x522C4D) is known color: Loulou. HEX triplet: 52, 2C and 4D. RGB value is (82,44,77). Sum of RGB (Red+Green+Blue) = 82+44+77=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 82 - color contains mainly: red. Hex color #522C4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522C4D is #ADD3B2. Grayscale: #3B3B3B. Windows color (decimal): -11391923 or 5057618. OLE color: 5057618.

HSL color Cylindrical-coordinate representation of color #522C4D: hue angle of 307.89º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #522C4D is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 44 77 -
CMYK 0 0.46 0.06 0.68
HSL 307.89º 0.3% 0.25% -
HSV(B) 307.89º 0.46% 0.32% -
XYZ 5.72 4.13 7.52 -
YUV 59.12 138.09 144.32 -
System Red Green Blue C M Y K H S L
Decimal 82 44 77 0 0.46 0.06 0.68 307.89 0.3 0.25
Hex 52 2C 4D 0 2E 6 44 134 1E 19
Octal 122 54 115 0 56 6 104 464 36 31
Binary 1010010 101100 1001101 0 101110 110 1000100 100110100 11110 11001

Color Harmonies of #522C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522C4D

Black with #522C4D

Text Example


Text Example

White with #522C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,44,77); }

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

background-color css

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

 a { background-color: rgb(82,44,77); }

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

border-color css

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

 span { border-color: rgb(82,44,77); }

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