#53374B

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

Shades of Loulou #53374B

Tints of Loulou #53374B

Color information

#53374B (or 0x53374B) is unknown color: approx Loulou. HEX triplet: 53, 37 and 4B. RGB value is (83,55,75). Sum of RGB (Red+Green+Blue) = 83+55+75=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 55 (21.88% from 255 or 25.82% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 83 - color contains mainly: red. Hex color #53374B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53374B is #ACC8B4. Grayscale: #414141. Windows color (decimal): -11323573 or 4929363. OLE color: 4929363.

HSL color Cylindrical-coordinate representation of color #53374B: hue angle of 317.14º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #53374B is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB835575-
CMYK00.340.100.67
HSL317.14º20.29%27.06%-
HSV(B)317.14º33.73%32.55%-
XYZ6.25.087.31-
YUV65.65133.28140.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.97%
GREEN value IS 55 (21.88% from 255) = 25.82%
BLUE value IS 75 (29.69% from 255) = 35.21%
R=38.97%
G=25.82%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83557500.340.100.67317.1420.2927.06
Hex53374B022A4313d141b
Octal12367113042121034752433
Binary101001111011110010110100010101010000111001111011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53374B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53374B; }

 p { color: rgb(83,55,75); }

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

<style>
 a { background-color: #53374B; }

 a { background-color: rgb(83,55,75); }

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

<style>
 span { border-color: #53374B; }

 span { border-color: rgb(83,55,75); }

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