#531F47

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

Shades of Loulou #531F47

Tints of Loulou #531F47

Color information

#531F47 (or 0x531F47) is unknown color: approx Loulou. HEX triplet: 53, 1F and 47. RGB value is (83,31,71). Sum of RGB (Red+Green+Blue) = 83+31+71=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 31 (12.5% from 255 or 16.76% from 185); Blue value is 71 (28.12% from 255 or 38.38% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #531F47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531F47 is #ACE0B8. Grayscale: #333333. Windows color (decimal): -11329721 or 4661075. OLE color: 4661075.

HSL color Cylindrical-coordinate representation of color #531F47: hue angle of 313.85º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #531F47 is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB833171-
CMYK00.630.140.67
HSL313.85º45.61%22.35%-
HSV(B)313.85º62.65%32.55%-
XYZ5.193.276.32-
YUV51.11139.23150.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.86%
GREEN value IS 31 (12.5% from 255) = 16.76%
BLUE value IS 71 (28.12% from 255) = 38.38%
R=44.86%
G=16.76%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83317100.630.140.67313.8545.6122.35
Hex531F4703FE4313a2e16
Octal12337107077161034725626
Binary101001111111100011101111111110100001110011101010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531F47; }

 p { color: rgb(83,31,71); }

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

<style>
 a { background-color: #531F47; }

 a { background-color: rgb(83,31,71); }

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

<style>
 span { border-color: #531F47; }

 span { border-color: rgb(83,31,71); }

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