Html Css Color HEX #523649 Loulou

📋 copy color: '#523649'

red 82 ◦ green 54 ◦ blue 73

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

Shades of Loulou #523649

Tints of Loulou #523649

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.84%

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

R = 39.23%
G = 25.84%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#523649 (or 0x523649) is known color: Loulou. HEX triplet: 52, 36 and 49. RGB value is (82,54,73). Sum of RGB (Red+Green+Blue) = 82+54+73=209 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.23% from 209); Green value is 54 (21.48% from 255 or 25.84% from 209); Blue value is 73 (28.91% from 255 or 34.93% from 209); Max value from RGB is 82 - color contains mainly: red. Hex color #523649 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523649 is #ADC9B6. Grayscale: #404040. Windows color (decimal): -11389367 or 4798034. OLE color: 4798034.

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

Color convert

RGB 82 54 73 -
CMYK 0 0.34 0.11 0.68
HSL 319.29º 0.21% 0.27% -
HSV(B) 319.29º 0.34% 0.32% -
XYZ 6 4.91 6.94 -
YUV 64.54 132.78 140.46 -
System Red Green Blue C M Y K H S L
Decimal 82 54 73 0 0.34 0.11 0.68 319.29 0.21 0.27
Hex 52 36 49 0 22 B 44 13F 15 1B
Octal 122 66 111 0 42 13 104 477 25 33
Binary 1010010 110110 1001001 0 100010 1011 1000100 100111111 10101 11011

Color Harmonies of #523649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523649

Black with #523649

Text Example


Text Example

White with #523649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523649; }

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

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

background-color css

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

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

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

border-color css

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

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

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