#532A45

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

Shades of Loulou #532A45

Tints of Loulou #532A45

Color information

#532A45 (or 0x532A45) is unknown color: approx Loulou. HEX triplet: 53, 2A and 45. RGB value is (83,42,69). Sum of RGB (Red+Green+Blue) = 83+42+69=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 42 (16.80% from 255 or 21.65% from 194); Blue value is 69 (27.34% from 255 or 35.57% from 194); Max value from RGB is 83 - color contains mainly: red. Hex color #532A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532A45 is #ACD5BA. Grayscale: #393939. Windows color (decimal): -11326907 or 4532819. OLE color: 4532819.

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

Color convert

RGB834269-
CMYK00.490.170.67
HSL320.49º32.8%24.51%-
HSV(B)320.49º49.4%32.55%-
XYZ5.473.926.1-
YUV57.34134.58146.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.78%
GREEN value IS 42 (16.80% from 255) = 21.65%
BLUE value IS 69 (27.34% from 255) = 35.57%
R=42.78%
G=21.65%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83426900.490.170.67320.4932.824.51
Hex532A4503111431402119
Octal12352105061211035004131
Binary10100111010101000101011000110001100001110100000010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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