#531D41

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

Shades of Loulou #531D41

Tints of Loulou #531D41

Color information

#531D41 (or 0x531D41) is unknown color: approx Loulou. HEX triplet: 53, 1D and 41. RGB value is (83,29,65). Sum of RGB (Red+Green+Blue) = 83+29+65=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 29 (11.72% from 255 or 16.38% from 177); Blue value is 65 (25.78% from 255 or 36.72% from 177); Max value from RGB is 83 - color contains mainly: red. Hex color #531D41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531D41 is #ACE2BE. Grayscale: #313131. Windows color (decimal): -11330239 or 4267347. OLE color: 4267347.

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

Color convert

RGB832965-
CMYK00.650.220.67
HSL320º48.21%21.96%-
HSV(B)320º65.06%32.55%-
XYZ4.963.15.34-
YUV49.25136.89152.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.89%
GREEN value IS 29 (11.72% from 255) = 16.38%
BLUE value IS 65 (25.78% from 255) = 36.72%
R=46.89%
G=16.38%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83296500.650.220.6732048.2121.96
Hex531D4104116431403016
Octal123351010101261035006026
Binary10100111110110000010100000110110100001110100000011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,29,65); }

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

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

 a { background-color: rgb(83,29,65); }

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

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

 span { border-color: rgb(83,29,65); }

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