Html Css Color HEX #523248 Loulou

📋 copy color: '#523248'

red 82 ◦ green 50 ◦ blue 72

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

Shades of Loulou #523248

Tints of Loulou #523248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 35.29%

R = 40.2%
G = 24.51%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#523248 (or 0x523248) is known color: Loulou. HEX triplet: 52, 32 and 48. RGB value is (82,50,72). Sum of RGB (Red+Green+Blue) = 82+50+72=204 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40.20% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 72 (28.52% from 255 or 35.29% from 204); Max value from RGB is 82 - color contains mainly: red. Hex color #523248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523248 is #ADCDB7. Grayscale: #3E3E3E. Windows color (decimal): -11390392 or 4731474. OLE color: 4731474.

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

Color convert

RGB 82 50 72 -
CMYK 0 0.39 0.12 0.68
HSL 318.75º 0.24% 0.26% -
HSV(B) 318.75º 0.39% 0.32% -
XYZ 5.79 4.54 6.7 -
YUV 62.08 133.6 142.21 -
System Red Green Blue C M Y K H S L
Decimal 82 50 72 0 0.39 0.12 0.68 318.75 0.24 0.26
Hex 52 32 48 0 27 C 44 13F 18 1A
Octal 122 62 110 0 47 14 104 477 30 32
Binary 1010010 110010 1001000 0 100111 1100 1000100 100111111 11000 11010

Color Harmonies of #523248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523248

Black with #523248

Text Example


Text Example

White with #523248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523248; }

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

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

background-color css

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

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

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

border-color css

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

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

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