#532849

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

Shades of Loulou #532849

Tints of Loulou #532849

Color information

#532849 (or 0x532849) is unknown color: approx Loulou. HEX triplet: 53, 28 and 49. RGB value is (83,40,73). Sum of RGB (Red+Green+Blue) = 83+40+73=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 73 (28.91% from 255 or 37.24% from 196); Max value from RGB is 83 - color contains mainly: red. Hex color #532849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532849 is #ACD7B6. Grayscale: #383838. Windows color (decimal): -11327415 or 4794451. OLE color: 4794451.

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

Color convert

RGB834073-
CMYK00.520.120.67
HSL313.95º34.96%24.12%-
HSV(B)313.95º51.81%32.55%-
XYZ5.533.846.75-
YUV56.62137.25146.82-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.35%
GREEN value IS 40 (16.02% from 255) = 20.41%
BLUE value IS 73 (28.91% from 255) = 37.24%
R=42.35%
G=20.41%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83407300.520.120.67313.9534.9624.12
Hex532849034C4313a2318
Octal12350111064141034724330
Binary1010011101000100100101101001100100001110011101010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532849; }

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

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

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

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

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

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

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

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