#531D4A

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

Shades of Loulou #531D4A

Tints of Loulou #531D4A

Color information

#531D4A (or 0x531D4A) is unknown color: approx Loulou. HEX triplet: 53, 1D and 4A. RGB value is (83,29,74). Sum of RGB (Red+Green+Blue) = 83+29+74=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 29 (11.72% from 255 or 15.59% from 186); Blue value is 74 (29.30% from 255 or 39.78% from 186); Max value from RGB is 83 - color contains mainly: red. Hex color #531D4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531D4A is #ACE2B5. Grayscale: #323232. Windows color (decimal): -11330230 or 4857171. OLE color: 4857171.

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

Color convert

RGB832974-
CMYK00.650.110.67
HSL310º48.21%21.96%-
HSV(B)310º65.06%32.55%-
XYZ5.243.216.82-
YUV50.28141.39151.34-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.62%
GREEN value IS 29 (11.72% from 255) = 15.59%
BLUE value IS 74 (29.30% from 255) = 39.78%
R=44.62%
G=15.59%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83297400.650.110.6731048.2121.96
Hex531D4A041B431363016
Octal123351120101131034666026
Binary1010011111011001010010000011011100001110011011011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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