#53324D

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

Shades of Loulou #53324D

Tints of Loulou #53324D

Color information

#53324D (or 0x53324D) is unknown color: approx Loulou. HEX triplet: 53, 32 and 4D. RGB value is (83,50,77). Sum of RGB (Red+Green+Blue) = 83+50+77=210 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.52% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 83 - color contains mainly: red. Hex color #53324D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53324D is #ACCDB2. Grayscale: #3E3E3E. Windows color (decimal): -11324851 or 5059155. OLE color: 5059155.

HSL color Cylindrical-coordinate representation of color #53324D: hue angle of 310.91º 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 #53324D is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB835077-
CMYK00.400.070.67
HSL310.91º24.81%26.08%-
HSV(B)310.91º39.76%32.55%-
XYZ6.054.667.6-
YUV62.94135.93142.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.52%
GREEN value IS 50 (19.92% from 255) = 23.81%
BLUE value IS 77 (30.47% from 255) = 36.67%
R=39.52%
G=23.81%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83507700.400.070.67310.9124.8126.08
Hex53324D028743137191a
Octal1236211505071034673132
Binary10100111100101001101010100011110000111001101111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53324D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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