Html Css Color HEX #522242 Loulou

📋 copy color: '#522242'

red 82 ◦ green 34 ◦ blue 66

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

Shades of Loulou #522242

Tints of Loulou #522242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 36.26%

R = 45.05%
G = 18.68%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#522242 (or 0x522242) is known color: Loulou. HEX triplet: 52, 22 and 42. RGB value is (82,34,66). Sum of RGB (Red+Green+Blue) = 82+34+66=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 82 - color contains mainly: red. Hex color #522242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522242 is #ADDDBD. Grayscale: #333333. Windows color (decimal): -11394494 or 4334162. OLE color: 4334162.

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

Color convert

RGB 82 34 66 -
CMYK 0 0.59 0.20 0.68
HSL 320º 0.41% 0.23% -
HSV(B) 320º 0.59% 0.32% -
XYZ 5.04 3.33 5.53 -
YUV 52 135.9 149.4 -
System Red Green Blue C M Y K H S L
Decimal 82 34 66 0 0.59 0.20 0.68 320 0.41 0.23
Hex 52 22 42 0 3B 14 44 140 29 17
Octal 122 42 102 0 73 24 104 500 51 27
Binary 1010010 100010 1000010 0 111011 10100 1000100 101000000 101001 10111

Color Harmonies of #522242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522242

Black with #522242

Text Example


Text Example

White with #522242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522242; }

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

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

background-color css

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

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

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

border-color css

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

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

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