#532445

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

Shades of Loulou #532445

Tints of Loulou #532445

Color information

#532445 (or 0x532445) is unknown color: approx Loulou. HEX triplet: 53, 24 and 45. RGB value is (83,36,69). Sum of RGB (Red+Green+Blue) = 83+36+69=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 69 (27.34% from 255 or 36.70% from 188); Max value from RGB is 83 - color contains mainly: red. Hex color #532445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532445 is #ACDBBA. Grayscale: #353535. Windows color (decimal): -11328443 or 4531283. OLE color: 4531283.

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

Color convert

RGB833669-
CMYK00.570.170.67
HSL317.87º39.5%23.33%-
HSV(B)317.87º56.63%32.55%-
XYZ5.273.536.03-
YUV53.82136.57148.82-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.15%
GREEN value IS 36 (14.45% from 255) = 19.15%
BLUE value IS 69 (27.34% from 255) = 36.70%
R=44.15%
G=19.15%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83366900.570.170.67317.8739.523.33
Hex532445039114313e2717
Octal12344105071211034764727
Binary10100111001001000101011100110001100001110011111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532445; }

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

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

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

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

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

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

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

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