#531D45

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

Shades of Loulou #531D45

Tints of Loulou #531D45

Color information

#531D45 (or 0x531D45) is unknown color: approx Loulou. HEX triplet: 53, 1D and 45. RGB value is (83,29,69). Sum of RGB (Red+Green+Blue) = 83+29+69=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 29 (11.72% from 255 or 16.02% from 181); Blue value is 69 (27.34% from 255 or 38.12% from 181); Max value from RGB is 83 - color contains mainly: red. Hex color #531D45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531D45 is #ACE2BA. Grayscale: #313131. Windows color (decimal): -11330235 or 4529491. OLE color: 4529491.

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

Color convert

RGB832969-
CMYK00.650.170.67
HSL315.56º48.21%21.96%-
HSV(B)315.56º65.06%32.55%-
XYZ5.083.155.97-
YUV49.71138.89151.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.86%
GREEN value IS 29 (11.72% from 255) = 16.02%
BLUE value IS 69 (27.34% from 255) = 38.12%
R=45.86%
G=16.02%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83296900.650.170.67315.5648.2121.96
Hex531D45041114313c3016
Octal123351050101211034746026
Binary10100111110110001010100000110001100001110011110011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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