#531B48

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

Shades of Loulou #531B48

Tints of Loulou #531B48

Color information

#531B48 (or 0x531B48) is unknown color: approx Loulou. HEX triplet: 53, 1B and 48. RGB value is (83,27,72). Sum of RGB (Red+Green+Blue) = 83+27+72=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 27 (10.94% from 255 or 14.84% from 182); Blue value is 72 (28.52% from 255 or 39.56% from 182); Max value from RGB is 83 - color contains mainly: red. Hex color #531B48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B48 is #ACE4B7. Grayscale: #303030. Windows color (decimal): -11330744 or 4725587. OLE color: 4725587.

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

Color convert

RGB832772-
CMYK00.670.130.67
HSL311.79º50.91%21.57%-
HSV(B)311.79º67.47%32.55%-
XYZ5.133.096.46-
YUV48.87141.05152.34-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.60%
GREEN value IS 27 (10.94% from 255) = 14.84%
BLUE value IS 72 (28.52% from 255) = 39.56%
R=45.60%
G=14.84%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83277200.670.130.67311.7950.9121.57
Hex531B48043D431383316
Octal123331100103151034706326
Binary1010011110111001000010000111101100001110011100011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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