Html Css Color HEX #523250 Loulou

📋 copy color: '#523250'

red 82 ◦ green 50 ◦ blue 80

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

Shades of Loulou #523250

Tints of Loulou #523250

RGB

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

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

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

R = 38.68%
G = 23.58%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.68

RGB Variations

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

Color information

#523250 (or 0x523250) is known color: Loulou. HEX triplet: 52, 32 and 50. RGB value is (82,50,80). Sum of RGB (Red+Green+Blue) = 82+50+80=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 80 (31.64% from 255 or 37.74% from 212); Max value from RGB is 82 - color contains mainly: red. Hex color #523250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523250 is #ADCDAF. Grayscale: #3E3E3E. Windows color (decimal): -11390384 or 5255762. OLE color: 5255762.

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

Color convert

RGB 82 50 80 -
CMYK 0 0.39 0.02 0.68
HSL 303.75º 0.24% 0.26% -
HSV(B) 303.75º 0.39% 0.32% -
XYZ 6.07 4.65 8.17 -
YUV 62.99 137.6 141.56 -
System Red Green Blue C M Y K H S L
Decimal 82 50 80 0 0.39 0.02 0.68 303.75 0.24 0.26
Hex 52 32 50 0 27 2 44 130 18 1A
Octal 122 62 120 0 47 2 104 460 30 32
Binary 1010010 110010 1010000 0 100111 10 1000100 100110000 11000 11010

Color Harmonies of #523250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523250

Black with #523250

Text Example


Text Example

White with #523250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523250; }

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

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

background-color css

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

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

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

border-color css

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

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

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