Html Css Color HEX #522948 Loulou

📋 copy color: '#522948'

red 82 ◦ green 41 ◦ blue 72

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

Shades of Loulou #522948

Tints of Loulou #522948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 36.92%

R = 42.05%
G = 21.03%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#522948 (or 0x522948) is known color: Loulou. HEX triplet: 52, 29 and 48. RGB value is (82,41,72). Sum of RGB (Red+Green+Blue) = 82+41+72=195 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.05% from 195); Green value is 41 (16.41% from 255 or 21.03% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 82 - color contains mainly: red. Hex color #522948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522948 is #ADD6B7. Grayscale: #383838. Windows color (decimal): -11392696 or 4729170. OLE color: 4729170.

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

Color convert

RGB 82 41 72 -
CMYK 0 0.50 0.12 0.68
HSL 314.63º 0.33% 0.24% -
HSV(B) 314.63º 0.5% 0.32% -
XYZ 5.44 3.85 6.59 -
YUV 56.79 136.58 145.98 -
System Red Green Blue C M Y K H S L
Decimal 82 41 72 0 0.50 0.12 0.68 314.63 0.33 0.24
Hex 52 29 48 0 32 C 44 13B 21 18
Octal 122 51 110 0 62 14 104 473 41 30
Binary 1010010 101001 1001000 0 110010 1100 1000100 100111011 100001 11000

Color Harmonies of #522948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522948

Black with #522948

Text Example


Text Example

White with #522948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522948; }

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

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

background-color css

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

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

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

border-color css

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

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

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