#53394A

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

Shades of Loulou #53394A

Tints of Loulou #53394A

Color information

#53394A (or 0x53394A) is unknown color: approx Loulou. HEX triplet: 53, 39 and 4A. RGB value is (83,57,74). Sum of RGB (Red+Green+Blue) = 83+57+74=214 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.79% from 214); Green value is 57 (22.66% from 255 or 26.64% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 83 - color contains mainly: red. Hex color #53394A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53394A is #ACC6B5. Grayscale: #424242. Windows color (decimal): -11323062 or 4864339. OLE color: 4864339.

HSL color Cylindrical-coordinate representation of color #53394A: hue angle of 320.77º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #53394A is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB835774-
CMYK00.310.110.67
HSL320.77º18.57%27.45%-
HSV(B)320.77º31.33%32.55%-
XYZ6.275.267.16-
YUV66.71132.11139.62-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.79%
GREEN value IS 57 (22.66% from 255) = 26.64%
BLUE value IS 74 (29.30% from 255) = 34.58%
R=38.79%
G=26.64%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83577400.310.110.67320.7718.5727.45
Hex53394A01FB43141131b
Octal12371112037131035012333
Binary10100111110011001010011111101110000111010000011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53394A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53394A; }

 p { color: rgb(83,57,74); }

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

<style>
 a { background-color: #53394A; }

 a { background-color: rgb(83,57,74); }

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

<style>
 span { border-color: #53394A; }

 span { border-color: rgb(83,57,74); }

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