#532949

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

Shades of Loulou #532949

Tints of Loulou #532949

Color information

#532949 (or 0x532949) is unknown color: approx Loulou. HEX triplet: 53, 29 and 49. RGB value is (83,41,73). Sum of RGB (Red+Green+Blue) = 83+41+73=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 41 (16.41% from 255 or 20.81% from 197); Blue value is 73 (28.91% from 255 or 37.06% from 197); Max value from RGB is 83 - color contains mainly: red. Hex color #532949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532949 is #ACD6B6. Grayscale: #393939. Windows color (decimal): -11327159 or 4794707. OLE color: 4794707.

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

Color convert

RGB834173-
CMYK00.510.120.67
HSL314.29º33.87%24.31%-
HSV(B)314.29º50.6%32.55%-
XYZ5.563.916.76-
YUV57.21136.91146.4-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.13%
GREEN value IS 41 (16.41% from 255) = 20.81%
BLUE value IS 73 (28.91% from 255) = 37.06%
R=42.13%
G=20.81%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83417300.510.120.67314.2933.8724.31
Hex532949033C4313a2218
Octal12351111063141034724230
Binary1010011101001100100101100111100100001110011101010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532949; }

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

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

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

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

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

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

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

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