#531B42

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

Shades of Loulou #531B42

Tints of Loulou #531B42

Color information

#531B42 (or 0x531B42) is unknown color: approx Loulou. HEX triplet: 53, 1B and 42. RGB value is (83,27,66). Sum of RGB (Red+Green+Blue) = 83+27+66=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 27 (10.94% from 255 or 15.34% from 176); Blue value is 66 (26.17% from 255 or 37.5% from 176); Max value from RGB is 83 - color contains mainly: red. Hex color #531B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B42 is #ACE4BD. Grayscale: #303030. Windows color (decimal): -11330750 or 4332371. OLE color: 4332371.

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

Color convert

RGB832766-
CMYK00.670.200.67
HSL318.21º50.91%21.57%-
HSV(B)318.21º67.47%32.55%-
XYZ4.943.025.48-
YUV48.19138.05152.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.16%
GREEN value IS 27 (10.94% from 255) = 15.34%
BLUE value IS 66 (26.17% from 255) = 37.5%
R=47.16%
G=15.34%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83276600.670.200.67318.2150.9121.57
Hex531B42043144313e3316
Octal123331020103241034766326
Binary10100111101110000100100001110100100001110011111011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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