#532447

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

Shades of Loulou #532447

Tints of Loulou #532447

Color information

#532447 (or 0x532447) is unknown color: approx Loulou. HEX triplet: 53, 24 and 47. RGB value is (83,36,71). Sum of RGB (Red+Green+Blue) = 83+36+71=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 36 (14.45% from 255 or 18.95% from 190); Blue value is 71 (28.12% from 255 or 37.37% from 190); Max value from RGB is 83 - color contains mainly: red. Hex color #532447 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532447 is #ACDBB8. Grayscale: #353535. Windows color (decimal): -11328441 or 4662355. OLE color: 4662355.

HSL color Cylindrical-coordinate representation of color #532447: hue angle of 315.32º 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 #532447 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB833671-
CMYK00.570.140.67
HSL315.32º39.5%23.33%-
HSV(B)315.32º56.63%32.55%-
XYZ5.343.566.37-
YUV54.04137.57148.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.68%
GREEN value IS 36 (14.45% from 255) = 18.95%
BLUE value IS 71 (28.12% from 255) = 37.37%
R=43.68%
G=18.95%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83367100.570.140.67315.3239.523.33
Hex532447039E4313b2717
Octal12344107071161034734727
Binary1010011100100100011101110011110100001110011101110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532447; }

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

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

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

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

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

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

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

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