#531C48

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

Shades of Loulou #531C48

Tints of Loulou #531C48

Color information

#531C48 (or 0x531C48) is unknown color: approx Loulou. HEX triplet: 53, 1C and 48. RGB value is (83,28,72). Sum of RGB (Red+Green+Blue) = 83+28+72=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 28 (11.33% from 255 or 15.30% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #531C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531C48 is #ACE3B7. Grayscale: #313131. Windows color (decimal): -11330488 or 4725843. OLE color: 4725843.

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

Color convert

RGB832872-
CMYK00.660.130.67
HSL312º49.55%21.76%-
HSV(B)312º66.27%32.55%-
XYZ5.153.146.46-
YUV49.46140.72151.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.36%
GREEN value IS 28 (11.33% from 255) = 15.30%
BLUE value IS 72 (28.52% from 255) = 39.34%
R=45.36%
G=15.30%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83287200.660.130.6731249.5521.76
Hex531C48042D431383216
Octal123341100102151034706226
Binary1010011111001001000010000101101100001110011100011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,28,72); }

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

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

 a { background-color: rgb(83,28,72); }

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

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

 span { border-color: rgb(83,28,72); }

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