Html Css Color HEX #532E4D Loulou

📋 copy color: '#532E4D'

red 83 ◦ green 46 ◦ blue 77

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

Shades of Loulou #532E4D

Tints of Loulou #532E4D

RGB

 RED value IS 83 (32.81% from 255) = 40.29%

 GREEN value IS 46 (18.36% from 255) = 22.33%

 BLUE value IS 77 (30.47% from 255) = 37.38%

R = 40.29%
G = 22.33%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#532E4D (or 0x532E4D) is known color: Loulou. HEX triplet: 53, 2E and 4D. RGB value is (83,46,77). Sum of RGB (Red+Green+Blue) = 83+46+77=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 46 (18.36% from 255 or 22.33% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 83 - color contains mainly: red. Hex color #532E4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532E4D is #ACD1B2. Grayscale: #3C3C3C. Windows color (decimal): -11325875 or 5058131. OLE color: 5058131.

HSL color Cylindrical-coordinate representation of color #532E4D: hue angle of 309.73º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #532E4D is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 46 77 -
CMYK 0 0.45 0.07 0.67
HSL 309.73º 0.29% 0.25% -
HSV(B) 309.73º 0.45% 0.33% -
XYZ 5.88 4.33 7.55 -
YUV 60.6 137.26 143.98 -
System Red Green Blue C M Y K H S L
Decimal 83 46 77 0 0.45 0.07 0.67 309.73 0.29 0.25
Hex 53 2E 4D 0 2D 7 43 136 1D 19
Octal 123 56 115 0 55 7 103 466 35 31
Binary 1010011 101110 1001101 0 101101 111 1000011 100110110 11101 11001

Color Harmonies of #532E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532E4D

Black with #532E4D

Text Example


Text Example

White with #532E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532E4D; }

 p { color: rgb(83,46,77); }

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

background-color css

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

 a { background-color: rgb(83,46,77); }

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

border-color css

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

 span { border-color: rgb(83,46,77); }

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