#532A4E

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

Shades of Loulou #532A4E

Tints of Loulou #532A4E

Color information

#532A4E (or 0x532A4E) is unknown color: approx Loulou. HEX triplet: 53, 2A and 4E. RGB value is (83,42,78). Sum of RGB (Red+Green+Blue) = 83+42+78=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 42 (16.80% from 255 or 20.69% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 83 - color contains mainly: red. Hex color #532A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532A4E is #ACD5B1. Grayscale: #3A3A3A. Windows color (decimal): -11326898 or 5122643. OLE color: 5122643.

HSL color Cylindrical-coordinate representation of color #532A4E: hue angle of 307.32º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #532A4E is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB834278-
CMYK00.490.060.67
HSL307.32º32.8%24.51%-
HSV(B)307.32º49.4%32.55%-
XYZ5.774.047.68-
YUV58.36139.08145.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.89%
GREEN value IS 42 (16.80% from 255) = 20.69%
BLUE value IS 78 (30.86% from 255) = 38.42%
R=40.89%
G=20.69%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83427800.490.060.67307.3232.824.51
Hex532A4E0316431332119
Octal1235211606161034634131
Binary101001110101010011100110001110100001110011001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532A4E; }

 p { color: rgb(83,42,78); }

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

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

 a { background-color: rgb(83,42,78); }

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

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

 span { border-color: rgb(83,42,78); }

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