#52374C

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

Shades of Loulou #52374C

Tints of Loulou #52374C

Color information

#52374C (or 0x52374C) is unknown color: approx Loulou. HEX triplet: 52, 37 and 4C. RGB value is (82,55,76). Sum of RGB (Red+Green+Blue) = 82+55+76=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 55 (21.88% from 255 or 25.82% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 82 - color contains mainly: red. Hex color #52374C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52374C is #ADC8B3. Grayscale: #414141. Windows color (decimal): -11389108 or 4994898. OLE color: 4994898.

HSL color Cylindrical-coordinate representation of color #52374C: hue angle of 313.33º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #52374C is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB825576-
CMYK00.330.070.68
HSL313.33º19.71%26.86%-
HSV(B)313.33º32.93%32.16%-
XYZ6.155.057.49-
YUV65.47133.95139.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.50%
GREEN value IS 55 (21.88% from 255) = 25.82%
BLUE value IS 76 (30.08% from 255) = 35.68%
R=38.50%
G=25.82%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82557600.330.070.68313.3319.7126.86
Hex52374C021744139141b
Octal1226711404171044712433
Binary10100101101111001100010000111110001001001110011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52374C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,55,76); }

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

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

 a { background-color: rgb(82,55,76); }

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

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

 span { border-color: rgb(82,55,76); }

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