Html Css Color HEX #522241 Loulou

📋 copy color: '#522241'

red 82 ◦ green 34 ◦ blue 65

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

Shades of Loulou #522241

Tints of Loulou #522241

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.78%

 BLUE value IS 65 (25.78% from 255) = 35.91%

R = 45.3%
G = 18.78%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#522241 (or 0x522241) is known color: Loulou. HEX triplet: 52, 22 and 41. RGB value is (82,34,65). Sum of RGB (Red+Green+Blue) = 82+34+65=181 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.30% from 181); Green value is 34 (13.67% from 255 or 18.78% from 181); Blue value is 65 (25.78% from 255 or 35.91% from 181); Max value from RGB is 82 - color contains mainly: red. Hex color #522241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522241 is #ADDDBE. Grayscale: #333333. Windows color (decimal): -11394495 or 4268626. OLE color: 4268626.

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

Color convert

RGB 82 34 65 -
CMYK 0 0.59 0.21 0.68
HSL 321.25º 0.41% 0.23% -
HSV(B) 321.25º 0.59% 0.32% -
XYZ 5.01 3.32 5.38 -
YUV 51.89 135.4 149.48 -
System Red Green Blue C M Y K H S L
Decimal 82 34 65 0 0.59 0.21 0.68 321.25 0.41 0.23
Hex 52 22 41 0 3B 15 44 141 29 17
Octal 122 42 101 0 73 25 104 501 51 27
Binary 1010010 100010 1000001 0 111011 10101 1000100 101000001 101001 10111

Color Harmonies of #522241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522241

Black with #522241

Text Example


Text Example

White with #522241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522241; }

 p { color: rgb(82,34,65); }

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

background-color css

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

 a { background-color: rgb(82,34,65); }

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

border-color css

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

 span { border-color: rgb(82,34,65); }

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