#532E4E

Color #532E4E Loulou (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Loulou #532E4E

Tints of Loulou #532E4E

Color information

#532E4E (or 0x532E4E) is unknown color: approx Loulou. HEX triplet: 53, 2E and 4E. RGB value is (83,46,78). Sum of RGB (Red+Green+Blue) = 83+46+78=207 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.10% from 207); Green value is 46 (18.36% from 255 or 22.22% from 207); Blue value is 78 (30.86% from 255 or 37.68% from 207); Max value from RGB is 83 - color contains mainly: red. Hex color #532E4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532E4E is #ACD1B1. Grayscale: #3C3C3C. Windows color (decimal): -11325874 or 5123667. OLE color: 5123667.

HSL color Cylindrical-coordinate representation of color #532E4E: hue angle of 308.11º 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 #532E4E is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB834678-
CMYK00.450.060.67
HSL308.11º28.68%25.29%-
HSV(B)308.11º44.58%32.55%-
XYZ5.924.347.73-
YUV60.71137.76143.9-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.10%
GREEN value IS 46 (18.36% from 255) = 22.22%
BLUE value IS 78 (30.86% from 255) = 37.68%
R=40.10%
G=22.22%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83467800.450.060.67308.1128.6825.29
Hex532E4E02D6431341d19
Octal1235611605561034643531
Binary10100111011101001110010110111010000111001101001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #532E4E;
 }
 .AnyTagClassName
 {
   color: #532E4E;
 }
</style>
background-color css

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

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

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

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

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

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