#532A43

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

Shades of Loulou #532A43

Tints of Loulou #532A43

Color information

#532A43 (or 0x532A43) is unknown color: approx Loulou. HEX triplet: 53, 2A and 43. RGB value is (83,42,67). Sum of RGB (Red+Green+Blue) = 83+42+67=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 42 (16.80% from 255 or 21.88% from 192); Blue value is 67 (26.56% from 255 or 34.90% from 192); Max value from RGB is 83 - color contains mainly: red. Hex color #532A43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532A43 is #ACD5BC. Grayscale: #393939. Windows color (decimal): -11326909 or 4401747. OLE color: 4401747.

HSL color Cylindrical-coordinate representation of color #532A43: hue angle of 323.41º 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 #532A43 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB834267-
CMYK00.490.190.67
HSL323.41º32.8%24.51%-
HSV(B)323.41º49.4%32.55%-
XYZ5.413.95.78-
YUV57.11133.58146.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.23%
GREEN value IS 42 (16.80% from 255) = 21.88%
BLUE value IS 67 (26.56% from 255) = 34.90%
R=43.23%
G=21.88%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83426700.490.190.67323.4132.824.51
Hex532A4303113431432119
Octal12352103061231035034131
Binary10100111010101000011011000110011100001110100001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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