Html Css Color HEX #522945 Loulou

📋 copy color: '#522945'

red 82 ◦ green 41 ◦ blue 69

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

Shades of Loulou #522945

Tints of Loulou #522945

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.35%

 BLUE value IS 69 (27.34% from 255) = 35.94%

R = 42.71%
G = 21.35%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#522945 (or 0x522945) is known color: Loulou. HEX triplet: 52, 29 and 45. RGB value is (82,41,69). Sum of RGB (Red+Green+Blue) = 82+41+69=192 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.71% from 192); Green value is 41 (16.41% from 255 or 21.35% from 192); Blue value is 69 (27.34% from 255 or 35.94% from 192); Max value from RGB is 82 - color contains mainly: red. Hex color #522945 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522945 is #ADD6BA. Grayscale: #383838. Windows color (decimal): -11392699 or 4532562. OLE color: 4532562.

HSL color Cylindrical-coordinate representation of color #522945: hue angle of 319.02º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #522945 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 41 69 -
CMYK 0 0.50 0.16 0.68
HSL 319.02º 0.33% 0.24% -
HSV(B) 319.02º 0.5% 0.32% -
XYZ 5.35 3.81 6.08 -
YUV 56.45 135.08 146.22 -
System Red Green Blue C M Y K H S L
Decimal 82 41 69 0 0.50 0.16 0.68 319.02 0.33 0.24
Hex 52 29 45 0 32 10 44 13F 21 18
Octal 122 51 105 0 62 20 104 477 41 30
Binary 1010010 101001 1000101 0 110010 10000 1000100 100111111 100001 11000

Color Harmonies of #522945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522945

Black with #522945

Text Example


Text Example

White with #522945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522945; }

 p { color: rgb(82,41,69); }

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

background-color css

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

 a { background-color: rgb(82,41,69); }

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

border-color css

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

 span { border-color: rgb(82,41,69); }

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