#52314F

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

Shades of Loulou #52314F

Tints of Loulou #52314F

Color information

#52314F (or 0x52314F) is unknown color: approx Loulou. HEX triplet: 52, 31 and 4F. RGB value is (82,49,79). Sum of RGB (Red+Green+Blue) = 82+49+79=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 79 (31.25% from 255 or 37.62% from 210); Max value from RGB is 82 - color contains mainly: red. Hex color #52314F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52314F is #ADCEB0. Grayscale: #3E3E3E. Windows color (decimal): -11390641 or 5189970. OLE color: 5189970.

HSL color Cylindrical-coordinate representation of color #52314F: hue angle of 305.45º 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 #52314F is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB824979-
CMYK00.400.040.68
HSL305.45º25.19%25.69%-
HSV(B)305.45º40.24%32.16%-
XYZ5.994.557.96-
YUV62.29137.43142.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.05%
GREEN value IS 49 (19.53% from 255) = 23.33%
BLUE value IS 79 (31.25% from 255) = 37.62%
R=39.05%
G=23.33%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82497900.400.040.68305.4525.1925.69
Hex52314F028444131191a
Octal1226111705041044613132
Binary10100101100011001111010100010010001001001100011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52314F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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