#532147

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

Shades of Loulou #532147

Tints of Loulou #532147

Color information

#532147 (or 0x532147) is unknown color: approx Loulou. HEX triplet: 53, 21 and 47. RGB value is (83,33,71). Sum of RGB (Red+Green+Blue) = 83+33+71=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 71 (28.12% from 255 or 37.97% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #532147 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532147 is #ACDEB8. Grayscale: #343434. Windows color (decimal): -11329209 or 4661587. OLE color: 4661587.

HSL color Cylindrical-coordinate representation of color #532147: hue angle of 314.4º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #532147 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB833371-
CMYK00.600.140.67
HSL314.4º43.1%22.75%-
HSV(B)314.4º60.24%32.55%-
XYZ5.253.386.34-
YUV52.28138.56149.91-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.39%
GREEN value IS 33 (13.28% from 255) = 17.65%
BLUE value IS 71 (28.12% from 255) = 37.97%
R=44.39%
G=17.65%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83337100.600.140.67314.443.122.75
Hex53214703CE4313a2b17
Octal12341107074161034725327
Binary1010011100001100011101111001110100001110011101010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532147; }

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

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

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

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

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

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

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

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