#531745

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

Shades of Loulou #531745

Tints of Loulou #531745

Color information

#531745 (or 0x531745) is unknown color: approx Loulou. HEX triplet: 53, 17 and 45. RGB value is (83,23,69). Sum of RGB (Red+Green+Blue) = 83+23+69=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 23 (9.38% from 255 or 13.14% from 175); Blue value is 69 (27.34% from 255 or 39.43% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #531745 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531745 is #ACE8BA. Grayscale: #2E2E2E. Windows color (decimal): -11331771 or 4527955. OLE color: 4527955.

HSL color Cylindrical-coordinate representation of color #531745: hue angle of 314º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #531745 is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB832369-
CMYK00.720.170.67
HSL314º56.6%20.78%-
HSV(B)314º72.29%32.55%-
XYZ4.952.885.93-
YUV46.18140.88154.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.43%
GREEN value IS 23 (9.38% from 255) = 13.14%
BLUE value IS 69 (27.34% from 255) = 39.43%
R=47.43%
G=13.14%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83236900.720.170.6731456.620.78
Hex531745048114313a3915
Octal123271050110211034727125
Binary10100111011110001010100100010001100001110011101011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531745; }

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

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

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

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

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

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

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

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