#531C44

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

Shades of Loulou #531C44

Tints of Loulou #531C44

Color information

#531C44 (or 0x531C44) is unknown color: approx Loulou. HEX triplet: 53, 1C and 44. RGB value is (83,28,68). Sum of RGB (Red+Green+Blue) = 83+28+68=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 28 (11.33% from 255 or 15.64% from 179); Blue value is 68 (26.95% from 255 or 37.99% from 179); Max value from RGB is 83 - color contains mainly: red. Hex color #531C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531C44 is #ACE3BB. Grayscale: #303030. Windows color (decimal): -11330492 or 4463699. OLE color: 4463699.

HSL color Cylindrical-coordinate representation of color #531C44: hue angle of 316.36º 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 #531C44 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB832868-
CMYK00.660.180.67
HSL316.36º49.55%21.76%-
HSV(B)316.36º66.27%32.55%-
XYZ5.033.095.8-
YUV49138.72152.25-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.37%
GREEN value IS 28 (11.33% from 255) = 15.64%
BLUE value IS 68 (26.95% from 255) = 37.99%
R=46.37%
G=15.64%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83286800.660.180.67316.3649.5521.76
Hex531C44042124313c3216
Octal123341040102221034746226
Binary10100111110010001000100001010010100001110011110011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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