#52314C

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

Shades of Loulou #52314C

Tints of Loulou #52314C

Color information

#52314C (or 0x52314C) is unknown color: approx Loulou. HEX triplet: 52, 31 and 4C. RGB value is (82,49,76). Sum of RGB (Red+Green+Blue) = 82+49+76=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 76 (30.08% from 255 or 36.71% from 207); Max value from RGB is 82 - color contains mainly: red. Hex color #52314C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52314C is #ADCEB3. Grayscale: #3D3D3D. Windows color (decimal): -11390644 or 4993362. OLE color: 4993362.

HSL color Cylindrical-coordinate representation of color #52314C: hue angle of 310.91º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #52314C is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB824976-
CMYK00.400.070.68
HSL310.91º25.19%25.69%-
HSV(B)310.91º40.24%32.16%-
XYZ5.884.517.4-
YUV61.94135.93142.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.61%
GREEN value IS 49 (19.53% from 255) = 23.67%
BLUE value IS 76 (30.08% from 255) = 36.71%
R=39.61%
G=23.67%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82497600.400.070.68310.9125.1925.69
Hex52314C028744137191a
Octal1226111405071044673132
Binary10100101100011001100010100011110001001001101111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52314C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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