#531B44

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

Shades of Loulou #531B44

Tints of Loulou #531B44

Color information

#531B44 (or 0x531B44) is unknown color: approx Loulou. HEX triplet: 53, 1B and 44. RGB value is (83,27,68). Sum of RGB (Red+Green+Blue) = 83+27+68=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 27 (10.94% from 255 or 15.17% from 178); Blue value is 68 (26.95% from 255 or 38.20% from 178); Max value from RGB is 83 - color contains mainly: red. Hex color #531B44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B44 is #ACE4BB. Grayscale: #303030. Windows color (decimal): -11330748 or 4463443. OLE color: 4463443.

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

Color convert

RGB832768-
CMYK00.670.180.67
HSL316.07º50.91%21.57%-
HSV(B)316.07º67.47%32.55%-
XYZ53.045.79-
YUV48.42139.05152.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.63%
GREEN value IS 27 (10.94% from 255) = 15.17%
BLUE value IS 68 (26.95% from 255) = 38.20%
R=46.63%
G=15.17%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83276800.670.180.67316.0750.9121.57
Hex531B44043124313c3316
Octal123331040103221034746326
Binary10100111101110001000100001110010100001110011110011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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