#52354B

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

Shades of Loulou #52354B

Tints of Loulou #52354B

Color information

#52354B (or 0x52354B) is unknown color: approx Loulou. HEX triplet: 52, 35 and 4B. RGB value is (82,53,75). Sum of RGB (Red+Green+Blue) = 82+53+75=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 82 - color contains mainly: red. Hex color #52354B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52354B is #ADCAB4. Grayscale: #404040. Windows color (decimal): -11389621 or 4928850. OLE color: 4928850.

HSL color Cylindrical-coordinate representation of color #52354B: hue angle of 314.48º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #52354B is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB825375-
CMYK00.350.090.68
HSL314.48º21.48%26.47%-
HSV(B)314.48º35.37%32.16%-
XYZ6.024.857.27-
YUV64.18134.11140.71-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.05%
GREEN value IS 53 (21.09% from 255) = 25.24%
BLUE value IS 75 (29.69% from 255) = 35.71%
R=39.05%
G=25.24%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82537500.350.090.68314.4821.4826.47
Hex52354B02394413a151a
Octal12265113043111044722532
Binary101001011010110010110100011100110001001001110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52354B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,53,75); }

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

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

 a { background-color: rgb(82,53,75); }

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

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

 span { border-color: rgb(82,53,75); }

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