#53344C

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

Shades of Loulou #53344C

Tints of Loulou #53344C

Color information

#53344C (or 0x53344C) is unknown color: approx Loulou. HEX triplet: 53, 34 and 4C. RGB value is (83,52,76). Sum of RGB (Red+Green+Blue) = 83+52+76=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 52 (20.70% from 255 or 24.64% from 211); Blue value is 76 (30.08% from 255 or 36.02% from 211); Max value from RGB is 83 - color contains mainly: red. Hex color #53344C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53344C is #ACCBB3. Grayscale: #3F3F3F. Windows color (decimal): -11324340 or 4994131. OLE color: 4994131.

HSL color Cylindrical-coordinate representation of color #53344C: hue angle of 313.55º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #53344C is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB835276-
CMYK00.370.080.67
HSL313.55º22.96%26.47%-
HSV(B)313.55º37.35%32.55%-
XYZ6.14.827.45-
YUV64134.77141.55-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.34%
GREEN value IS 52 (20.70% from 255) = 24.64%
BLUE value IS 76 (30.08% from 255) = 36.02%
R=39.34%
G=24.64%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83527600.370.080.67313.5522.9626.47
Hex53344C02584313a171a
Octal12364114045101034722732
Binary101001111010010011000100101100010000111001110101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53344C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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