#532349

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

Shades of Loulou #532349

Tints of Loulou #532349

Color information

#532349 (or 0x532349) is unknown color: approx Loulou. HEX triplet: 53, 23 and 49. RGB value is (83,35,73). Sum of RGB (Red+Green+Blue) = 83+35+73=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 35 (14.06% from 255 or 18.32% from 191); Blue value is 73 (28.91% from 255 or 38.22% from 191); Max value from RGB is 83 - color contains mainly: red. Hex color #532349 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532349 is #ACDCB6. Grayscale: #353535. Windows color (decimal): -11328695 or 4793171. OLE color: 4793171.

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

Color convert

RGB833573-
CMYK00.580.120.67
HSL312.5º40.68%23.14%-
HSV(B)312.5º57.83%32.55%-
XYZ5.373.526.7-
YUV53.68138.9148.91-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.46%
GREEN value IS 35 (14.06% from 255) = 18.32%
BLUE value IS 73 (28.91% from 255) = 38.22%
R=43.46%
G=18.32%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83357300.580.120.67312.540.6823.14
Hex53234903AC431382917
Octal12343111072141034705127
Binary1010011100011100100101110101100100001110011100010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532349; }

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

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

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

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

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

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

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

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