#531E4D

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

Shades of Loulou #531E4D

Tints of Loulou #531E4D

Color information

#531E4D (or 0x531E4D) is unknown color: approx Loulou. HEX triplet: 53, 1E and 4D. RGB value is (83,30,77). Sum of RGB (Red+Green+Blue) = 83+30+77=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 30 (12.11% from 255 or 15.79% from 190); Blue value is 77 (30.47% from 255 or 40.53% from 190); Max value from RGB is 83 - color contains mainly: red. Hex color #531E4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531E4D is #ACE1B2. Grayscale: #333333. Windows color (decimal): -11329971 or 5054035. OLE color: 5054035.

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

Color convert

RGB833077-
CMYK00.640.070.67
HSL306.79º46.9%22.16%-
HSV(B)306.79º63.86%32.55%-
XYZ5.373.37.38-
YUV51.2142.56150.68-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.68%
GREEN value IS 30 (12.11% from 255) = 15.79%
BLUE value IS 77 (30.47% from 255) = 40.53%
R=43.68%
G=15.79%
B=40.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83307700.640.070.67306.7946.922.16
Hex531E4D0407431332f16
Octal12336115010071034635726
Binary101001111110100110101000000111100001110011001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,30,77); }

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

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

 a { background-color: rgb(83,30,77); }

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

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

 span { border-color: rgb(83,30,77); }

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