#532345

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

Shades of Loulou #532345

Tints of Loulou #532345

Color information

#532345 (or 0x532345) is unknown color: approx Loulou. HEX triplet: 53, 23 and 45. RGB value is (83,35,69). Sum of RGB (Red+Green+Blue) = 83+35+69=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 35 (14.06% from 255 or 18.72% from 187); Blue value is 69 (27.34% from 255 or 36.90% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #532345 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532345 is #ACDCBA. Grayscale: #353535. Windows color (decimal): -11328699 or 4531027. OLE color: 4531027.

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

Color convert

RGB833569-
CMYK00.580.170.67
HSL317.5º40.68%23.14%-
HSV(B)317.5º57.83%32.55%-
XYZ5.243.476.02-
YUV53.23136.9149.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.39%
GREEN value IS 35 (14.06% from 255) = 18.72%
BLUE value IS 69 (27.34% from 255) = 36.90%
R=44.39%
G=18.72%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83356900.580.170.67317.540.6823.14
Hex53234503A114313e2917
Octal12343105072211034765127
Binary10100111000111000101011101010001100001110011111010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532345; }

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

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

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

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

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

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

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

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