Html Css Color HEX #523249 Loulou

📋 copy color: '#523249'

red 82 ◦ green 50 ◦ blue 73

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

Shades of Loulou #523249

Tints of Loulou #523249

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.39%

 BLUE value IS 73 (28.91% from 255) = 35.61%

R = 40%
G = 24.39%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#523249 (or 0x523249) is known color: Loulou. HEX triplet: 52, 32 and 49. RGB value is (82,50,73). Sum of RGB (Red+Green+Blue) = 82+50+73=205 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 73 (28.91% from 255 or 35.61% from 205); Max value from RGB is 82 - color contains mainly: red. Hex color #523249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523249 is #ADCDB6. Grayscale: #3E3E3E. Windows color (decimal): -11390391 or 4797010. OLE color: 4797010.

HSL color Cylindrical-coordinate representation of color #523249: hue angle of 316.88º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #523249 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 50 73 -
CMYK 0 0.39 0.11 0.68
HSL 316.88º 0.24% 0.26% -
HSV(B) 316.88º 0.39% 0.32% -
XYZ 5.82 4.56 6.88 -
YUV 62.19 134.1 142.13 -
System Red Green Blue C M Y K H S L
Decimal 82 50 73 0 0.39 0.11 0.68 316.88 0.24 0.26
Hex 52 32 49 0 27 B 44 13D 18 1A
Octal 122 62 111 0 47 13 104 475 30 32
Binary 1010010 110010 1001001 0 100111 1011 1000100 100111101 11000 11010

Color Harmonies of #523249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523249

Black with #523249

Text Example


Text Example

White with #523249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523249; }

 p { color: rgb(82,50,73); }

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

background-color css

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

 a { background-color: rgb(82,50,73); }

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

border-color css

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

 span { border-color: rgb(82,50,73); }

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