#532149

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

Shades of Loulou #532149

Tints of Loulou #532149

Color information

#532149 (or 0x532149) is unknown color: approx Loulou. HEX triplet: 53, 21 and 49. RGB value is (83,33,73). Sum of RGB (Red+Green+Blue) = 83+33+73=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 33 (13.28% from 255 or 17.46% from 189); Blue value is 73 (28.91% from 255 or 38.62% from 189); Max value from RGB is 83 - color contains mainly: red. Hex color #532149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532149 is #ACDEB6. Grayscale: #343434. Windows color (decimal): -11329207 or 4792659. OLE color: 4792659.

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

Color convert

RGB833373-
CMYK00.600.120.67
HSL312º43.1%22.75%-
HSV(B)312º60.24%32.55%-
XYZ5.313.416.68-
YUV52.51139.56149.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.92%
GREEN value IS 33 (13.28% from 255) = 17.46%
BLUE value IS 73 (28.91% from 255) = 38.62%
R=43.92%
G=17.46%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83337300.600.120.6731243.122.75
Hex53214903CC431382b17
Octal12341111074141034705327
Binary1010011100001100100101111001100100001110011100010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532149; }

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

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

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

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

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

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

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

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