#532745

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

Shades of Loulou #532745

Tints of Loulou #532745

Color information

#532745 (or 0x532745) is unknown color: approx Loulou. HEX triplet: 53, 27 and 45. RGB value is (83,39,69). Sum of RGB (Red+Green+Blue) = 83+39+69=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 39 (15.62% from 255 or 20.42% from 191); Blue value is 69 (27.34% from 255 or 36.13% from 191); Max value from RGB is 83 - color contains mainly: red. Hex color #532745 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532745 is #ACD8BA. Grayscale: #373737. Windows color (decimal): -11327675 or 4532051. OLE color: 4532051.

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

Color convert

RGB833969-
CMYK00.530.170.67
HSL319.09º36.07%23.92%-
HSV(B)319.09º53.01%32.55%-
XYZ5.373.726.07-
YUV55.58135.58147.56-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.46%
GREEN value IS 39 (15.62% from 255) = 20.42%
BLUE value IS 69 (27.34% from 255) = 36.13%
R=43.46%
G=20.42%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83396900.530.170.67319.0936.0723.92
Hex532745035114313f2418
Octal12347105065211034774430
Binary10100111001111000101011010110001100001110011111110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532745; }

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

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

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

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

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

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

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

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