#52374A

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

Shades of Loulou #52374A

Tints of Loulou #52374A

Color information

#52374A (or 0x52374A) is unknown color: approx Loulou. HEX triplet: 52, 37 and 4A. RGB value is (82,55,74). Sum of RGB (Red+Green+Blue) = 82+55+74=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 55 (21.88% from 255 or 26.07% from 211); Blue value is 74 (29.30% from 255 or 35.07% from 211); Max value from RGB is 82 - color contains mainly: red. Hex color #52374A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52374A is #ADC8B5. Grayscale: #414141. Windows color (decimal): -11389110 or 4863826. OLE color: 4863826.

HSL color Cylindrical-coordinate representation of color #52374A: hue angle of 317.78º 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 #52374A is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB825574-
CMYK00.330.100.68
HSL317.78º19.71%26.86%-
HSV(B)317.78º32.93%32.16%-
XYZ6.085.027.13-
YUV65.24132.95139.96-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.86%
GREEN value IS 55 (21.88% from 255) = 26.07%
BLUE value IS 74 (29.30% from 255) = 35.07%
R=38.86%
G=26.07%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82557400.330.100.68317.7819.7126.86
Hex52374A021A4413e141b
Octal12267112041121044762433
Binary101001011011110010100100001101010001001001111101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52374A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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