Html Css Color HEX #523246 Loulou

📋 copy color: '#523246'

red 82 ◦ green 50 ◦ blue 70

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

Shades of Loulou #523246

Tints of Loulou #523246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 34.65%

R = 40.59%
G = 24.75%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#523246 (or 0x523246) is known color: Loulou. HEX triplet: 52, 32 and 46. RGB value is (82,50,70). Sum of RGB (Red+Green+Blue) = 82+50+70=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 70 (27.73% from 255 or 34.65% from 202); Max value from RGB is 82 - color contains mainly: red. Hex color #523246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523246 is #ADCDB9. Grayscale: #3D3D3D. Windows color (decimal): -11390394 or 4600402. OLE color: 4600402.

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

Color convert

RGB 82 50 70 -
CMYK 0 0.39 0.15 0.68
HSL 322.5º 0.24% 0.26% -
HSV(B) 322.5º 0.39% 0.32% -
XYZ 5.73 4.52 6.36 -
YUV 61.85 132.6 142.37 -
System Red Green Blue C M Y K H S L
Decimal 82 50 70 0 0.39 0.15 0.68 322.5 0.24 0.26
Hex 52 32 46 0 27 F 44 142 18 1A
Octal 122 62 106 0 47 17 104 502 30 32
Binary 1010010 110010 1000110 0 100111 1111 1000100 101000010 11000 11010

Color Harmonies of #523246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523246

Black with #523246

Text Example


Text Example

White with #523246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523246; }

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

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

background-color css

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

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

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

border-color css

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

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

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