#53324B

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

Shades of Loulou #53324B

Tints of Loulou #53324B

Color information

#53324B (or 0x53324B) is unknown color: approx Loulou. HEX triplet: 53, 32 and 4B. RGB value is (83,50,75). Sum of RGB (Red+Green+Blue) = 83+50+75=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 75 (29.69% from 255 or 36.06% from 208); Max value from RGB is 83 - color contains mainly: red. Hex color #53324B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53324B is #ACCDB4. Grayscale: #3E3E3E. Windows color (decimal): -11324853 or 4928083. OLE color: 4928083.

HSL color Cylindrical-coordinate representation of color #53324B: hue angle of 314.55º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #53324B is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB835075-
CMYK00.400.100.67
HSL314.55º24.81%26.08%-
HSV(B)314.55º39.76%32.55%-
XYZ5.984.637.23-
YUV62.72134.93142.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.90%
GREEN value IS 50 (19.92% from 255) = 24.04%
BLUE value IS 75 (29.69% from 255) = 36.06%
R=39.90%
G=24.04%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83507500.400.100.67314.5524.8126.08
Hex53324B028A4313b191a
Octal12362113050121034733132
Binary101001111001010010110101000101010000111001110111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53324B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53324B; }

 p { color: rgb(83,50,75); }

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

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

 a { background-color: rgb(83,50,75); }

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

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

 span { border-color: rgb(83,50,75); }

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