#53314C

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

Shades of Loulou #53314C

Tints of Loulou #53314C

Color information

#53314C (or 0x53314C) is unknown color: approx Loulou. HEX triplet: 53, 31 and 4C. RGB value is (83,49,76). Sum of RGB (Red+Green+Blue) = 83+49+76=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 49 (19.53% from 255 or 23.56% from 208); Blue value is 76 (30.08% from 255 or 36.54% from 208); Max value from RGB is 83 - color contains mainly: red. Hex color #53314C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53314C is #ACCEB3. Grayscale: #3E3E3E. Windows color (decimal): -11325108 or 4993363. OLE color: 4993363.

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

Color convert

RGB834976-
CMYK00.410.080.67
HSL312.35º25.76%25.88%-
HSV(B)312.35º40.96%32.55%-
XYZ5.974.567.4-
YUV62.24135.76142.8-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.90%
GREEN value IS 49 (19.53% from 255) = 23.56%
BLUE value IS 76 (30.08% from 255) = 36.54%
R=39.90%
G=23.56%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83497600.410.080.67312.3525.7625.88
Hex53314C0298431381a1a
Octal12361114051101034703232
Binary101001111000110011000101001100010000111001110001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53314C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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