Html Css Color HEX #523149 Loulou

📋 copy color: '#523149'

red 82 ◦ green 49 ◦ blue 73

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

Shades of Loulou #523149

Tints of Loulou #523149

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.02%

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

R = 40.2%
G = 24.02%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#523149 (or 0x523149) is known color: Loulou. HEX triplet: 52, 31 and 49. RGB value is (82,49,73). Sum of RGB (Red+Green+Blue) = 82+49+73=204 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40.20% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 73 (28.91% from 255 or 35.78% from 204); Max value from RGB is 82 - color contains mainly: red. Hex color #523149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523149 is #ADCEB6. Grayscale: #3D3D3D. Windows color (decimal): -11390647 or 4796754. OLE color: 4796754.

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

Color convert

RGB 82 49 73 -
CMYK 0 0.40 0.11 0.68
HSL 316.36º 0.25% 0.26% -
HSV(B) 316.36º 0.4% 0.32% -
XYZ 5.78 4.47 6.86 -
YUV 61.6 134.43 142.55 -
System Red Green Blue C M Y K H S L
Decimal 82 49 73 0 0.40 0.11 0.68 316.36 0.25 0.26
Hex 52 31 49 0 28 B 44 13C 19 1A
Octal 122 61 111 0 50 13 104 474 31 32
Binary 1010010 110001 1001001 0 101000 1011 1000100 100111100 11001 11010

Color Harmonies of #523149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523149

Black with #523149

Text Example


Text Example

White with #523149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523149; }

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

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

background-color css

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

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

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

border-color css

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

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

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