Html Css Color HEX #523448 Loulou

📋 copy color: '#523448'

red 82 ◦ green 52 ◦ blue 72

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

Shades of Loulou #523448

Tints of Loulou #523448

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.24%

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

R = 39.81%
G = 25.24%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#523448 (or 0x523448) is known color: Loulou. HEX triplet: 52, 34 and 48. RGB value is (82,52,72). Sum of RGB (Red+Green+Blue) = 82+52+72=206 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.81% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 72 (28.52% from 255 or 34.95% from 206); Max value from RGB is 82 - color contains mainly: red. Hex color #523448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523448 is #ADCBB7. Grayscale: #3F3F3F. Windows color (decimal): -11389880 or 4731986. OLE color: 4731986.

HSL color Cylindrical-coordinate representation of color #523448: hue angle of 320º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #523448 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 52 72 -
CMYK 0 0.37 0.12 0.68
HSL 320º 0.22% 0.26% -
HSV(B) 320º 0.37% 0.32% -
XYZ 5.88 4.72 6.73 -
YUV 63.25 132.94 141.37 -
System Red Green Blue C M Y K H S L
Decimal 82 52 72 0 0.37 0.12 0.68 320 0.22 0.26
Hex 52 34 48 0 25 C 44 140 16 1A
Octal 122 64 110 0 45 14 104 500 26 32
Binary 1010010 110100 1001000 0 100101 1100 1000100 101000000 10110 11010

Color Harmonies of #523448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523448

Black with #523448

Text Example


Text Example

White with #523448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523448; }

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

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

background-color css

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

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

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

border-color css

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

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

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