Html Css Color HEX #523150 Loulou

📋 copy color: '#523150'

red 82 ◦ green 49 ◦ blue 80

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

Shades of Loulou #523150

Tints of Loulou #523150

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.22%

 BLUE value IS 80 (31.64% from 255) = 37.91%

R = 38.86%
G = 23.22%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.02

 K value IS 0.68

RGB Variations

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

Color information

#523150 (or 0x523150) is known color: Loulou. HEX triplet: 52, 31 and 50. RGB value is (82,49,80). Sum of RGB (Red+Green+Blue) = 82+49+80=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 80 (31.64% from 255 or 37.91% from 211); Max value from RGB is 82 - color contains mainly: red. Hex color #523150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523150 is #ADCEAF. Grayscale: #3E3E3E. Windows color (decimal): -11390640 or 5255506. OLE color: 5255506.

HSL color Cylindrical-coordinate representation of color #523150: hue angle of 303.64º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #523150 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 49 80 -
CMYK 0 0.40 0.02 0.68
HSL 303.64º 0.25% 0.26% -
HSV(B) 303.64º 0.4% 0.32% -
XYZ 6.03 4.57 8.15 -
YUV 62.4 137.93 141.98 -
System Red Green Blue C M Y K H S L
Decimal 82 49 80 0 0.40 0.02 0.68 303.64 0.25 0.26
Hex 52 31 50 0 28 2 44 130 19 1A
Octal 122 61 120 0 50 2 104 460 31 32
Binary 1010010 110001 1010000 0 101000 10 1000100 100110000 11001 11010

Color Harmonies of #523150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523150

Black with #523150

Text Example


Text Example

White with #523150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523150; }

 p { color: rgb(82,49,80); }

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

background-color css

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

 a { background-color: rgb(82,49,80); }

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

border-color css

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

 span { border-color: rgb(82,49,80); }

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