Html Css Color HEX #523849 Loulou

📋 copy color: '#523849'

red 82 ◦ green 56 ◦ blue 73

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

Shades of Loulou #523849

Tints of Loulou #523849

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.54%

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

R = 38.86%
G = 26.54%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#523849 (or 0x523849) is known color: Loulou. HEX triplet: 52, 38 and 49. RGB value is (82,56,73). Sum of RGB (Red+Green+Blue) = 82+56+73=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 73 (28.91% from 255 or 34.60% from 211); Max value from RGB is 82 - color contains mainly: red. Hex color #523849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523849 is #ADC7B6. Grayscale: #414141. Windows color (decimal): -11388855 or 4798546. OLE color: 4798546.

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

Color convert

RGB 82 56 73 -
CMYK 0 0.32 0.11 0.68
HSL 320.77º 0.19% 0.27% -
HSV(B) 320.77º 0.32% 0.32% -
XYZ 6.1 5.1 6.97 -
YUV 65.71 132.11 139.62 -
System Red Green Blue C M Y K H S L
Decimal 82 56 73 0 0.32 0.11 0.68 320.77 0.19 0.27
Hex 52 38 49 0 20 B 44 141 13 1B
Octal 122 70 111 0 40 13 104 501 23 33
Binary 1010010 111000 1001001 0 100000 1011 1000100 101000001 10011 11011

Color Harmonies of #523849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523849

Black with #523849

Text Example


Text Example

White with #523849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523849; }

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

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

background-color css

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

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

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

border-color css

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

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

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