#53324C

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

Shades of Loulou #53324C

Tints of Loulou #53324C

Color information

#53324C (or 0x53324C) is unknown color: approx Loulou. HEX triplet: 53, 32 and 4C. RGB value is (83,50,76). Sum of RGB (Red+Green+Blue) = 83+50+76=209 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.71% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 83 - color contains mainly: red. Hex color #53324C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53324C is #ACCDB3. Grayscale: #3E3E3E. Windows color (decimal): -11324852 or 4993619. OLE color: 4993619.

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

Color convert

RGB835076-
CMYK00.400.080.67
HSL312.73º24.81%26.08%-
HSV(B)312.73º39.76%32.55%-
XYZ6.014.647.42-
YUV62.83135.43142.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.71%
GREEN value IS 50 (19.92% from 255) = 23.92%
BLUE value IS 76 (30.08% from 255) = 36.36%
R=39.71%
G=23.92%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83507600.400.080.67312.7324.8126.08
Hex53324C028843139191a
Octal12362114050101034713132
Binary101001111001010011000101000100010000111001110011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53324C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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