#531A46

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

Shades of Loulou #531A46

Tints of Loulou #531A46

Color information

#531A46 (or 0x531A46) is unknown color: approx Loulou. HEX triplet: 53, 1A and 46. RGB value is (83,26,70). Sum of RGB (Red+Green+Blue) = 83+26+70=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 26 (10.55% from 255 or 14.53% from 179); Blue value is 70 (27.73% from 255 or 39.11% from 179); Max value from RGB is 83 - color contains mainly: red. Hex color #531A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531A46 is #ACE5B9. Grayscale: #2F2F2F. Windows color (decimal): -11331002 or 4594259. OLE color: 4594259.

HSL color Cylindrical-coordinate representation of color #531A46: hue angle of 313.68º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #531A46 is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB832670-
CMYK00.690.160.67
HSL313.68º52.29%21.37%-
HSV(B)313.68º68.67%32.55%-
XYZ5.043.026.11-
YUV48.06140.38152.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.37%
GREEN value IS 26 (10.55% from 255) = 14.53%
BLUE value IS 70 (27.73% from 255) = 39.11%
R=46.37%
G=14.53%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83267000.690.160.67313.6852.2921.37
Hex531A46045104313a3415
Octal123321060105201034726425
Binary10100111101010001100100010110000100001110011101011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,26,70); }

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

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

 a { background-color: rgb(83,26,70); }

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

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

 span { border-color: rgb(83,26,70); }

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