#531945

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

Shades of Loulou #531945

Tints of Loulou #531945

Color information

#531945 (or 0x531945) is unknown color: approx Loulou. HEX triplet: 53, 19 and 45. RGB value is (83,25,69). Sum of RGB (Red+Green+Blue) = 83+25+69=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 25 (10.16% from 255 or 14.12% from 177); Blue value is 69 (27.34% from 255 or 38.98% from 177); Max value from RGB is 83 - color contains mainly: red. Hex color #531945 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531945 is #ACE6BA. Grayscale: #2F2F2F. Windows color (decimal): -11331259 or 4528467. OLE color: 4528467.

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

Color convert

RGB832569-
CMYK00.700.170.67
HSL314.48º53.7%21.18%-
HSV(B)314.48º69.88%32.55%-
XYZ4.992.965.94-
YUV47.36140.22153.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.89%
GREEN value IS 25 (10.16% from 255) = 14.12%
BLUE value IS 69 (27.34% from 255) = 38.98%
R=46.89%
G=14.12%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83256900.700.170.67314.4853.721.18
Hex531945046114313a3615
Octal123311050106211034726625
Binary10100111100110001010100011010001100001110011101011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531945; }

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

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

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

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

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

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

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

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