#531F4A

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

Shades of Loulou #531F4A

Tints of Loulou #531F4A

Color information

#531F4A (or 0x531F4A) is unknown color: approx Loulou. HEX triplet: 53, 1F and 4A. RGB value is (83,31,74). Sum of RGB (Red+Green+Blue) = 83+31+74=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 31 (12.5% from 255 or 16.49% from 188); Blue value is 74 (29.30% from 255 or 39.36% from 188); Max value from RGB is 83 - color contains mainly: red. Hex color #531F4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531F4A is #ACE0B5. Grayscale: #333333. Windows color (decimal): -11329718 or 4857683. OLE color: 4857683.

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

Color convert

RGB833174-
CMYK00.630.110.67
HSL310.38º45.61%22.35%-
HSV(B)310.38º62.65%32.55%-
XYZ5.293.316.84-
YUV51.45140.73150.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.15%
GREEN value IS 31 (12.5% from 255) = 16.49%
BLUE value IS 74 (29.30% from 255) = 39.36%
R=44.15%
G=16.49%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83317400.630.110.67310.3845.6122.35
Hex531F4A03FB431362e16
Octal12337112077131034665626
Binary101001111111100101001111111011100001110011011010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,31,74); }

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

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

 a { background-color: rgb(83,31,74); }

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

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

 span { border-color: rgb(83,31,74); }

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