#532943

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

Shades of Loulou #532943

Tints of Loulou #532943

Color information

#532943 (or 0x532943) is unknown color: approx Loulou. HEX triplet: 53, 29 and 43. RGB value is (83,41,67). Sum of RGB (Red+Green+Blue) = 83+41+67=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 67 (26.56% from 255 or 35.08% from 191); Max value from RGB is 83 - color contains mainly: red. Hex color #532943 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532943 is #ACD6BC. Grayscale: #383838. Windows color (decimal): -11327165 or 4401491. OLE color: 4401491.

HSL color Cylindrical-coordinate representation of color #532943: hue angle of 322.86º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #532943 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB834167-
CMYK00.510.190.67
HSL322.86º33.87%24.31%-
HSV(B)322.86º50.6%32.55%-
XYZ5.373.835.77-
YUV56.52133.91146.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.46%
GREEN value IS 41 (16.41% from 255) = 21.47%
BLUE value IS 67 (26.56% from 255) = 35.08%
R=43.46%
G=21.47%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83416700.510.190.67322.8633.8724.31
Hex53294303313431432218
Octal12351103063231035034230
Binary10100111010011000011011001110011100001110100001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532943; }

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

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

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

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

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

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

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

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