Html Css Color HEX #523247 Loulou

📋 copy color: '#523247'

red 82 ◦ green 50 ◦ blue 71

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

Shades of Loulou #523247

Tints of Loulou #523247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 34.98%

R = 40.39%
G = 24.63%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.13

 K value IS 0.68

RGB Variations

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

Color information

#523247 (or 0x523247) is known color: Loulou. HEX triplet: 52, 32 and 47. RGB value is (82,50,71). Sum of RGB (Red+Green+Blue) = 82+50+71=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 71 (28.12% from 255 or 34.98% from 203); Max value from RGB is 82 - color contains mainly: red. Hex color #523247 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523247 is #ADCDB8. Grayscale: #3D3D3D. Windows color (decimal): -11390393 or 4665938. OLE color: 4665938.

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

Color convert

RGB 82 50 71 -
CMYK 0 0.39 0.13 0.68
HSL 320.63º 0.24% 0.26% -
HSV(B) 320.63º 0.39% 0.32% -
XYZ 5.76 4.53 6.53 -
YUV 61.96 133.1 142.29 -
System Red Green Blue C M Y K H S L
Decimal 82 50 71 0 0.39 0.13 0.68 320.63 0.24 0.26
Hex 52 32 47 0 27 D 44 141 18 1A
Octal 122 62 107 0 47 15 104 501 30 32
Binary 1010010 110010 1000111 0 100111 1101 1000100 101000001 11000 11010

Color Harmonies of #523247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523247

Black with #523247

Text Example


Text Example

White with #523247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523247; }

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

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

background-color css

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

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

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

border-color css

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

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

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