#532743

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

Shades of Loulou #532743

Tints of Loulou #532743

Color information

#532743 (or 0x532743) is unknown color: approx Loulou. HEX triplet: 53, 27 and 43. RGB value is (83,39,67). Sum of RGB (Red+Green+Blue) = 83+39+67=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 39 (15.62% from 255 or 20.63% from 189); Blue value is 67 (26.56% from 255 or 35.45% from 189); Max value from RGB is 83 - color contains mainly: red. Hex color #532743 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532743 is #ACD8BC. Grayscale: #373737. Windows color (decimal): -11327677 or 4400979. OLE color: 4400979.

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

Color convert

RGB833967-
CMYK00.530.190.67
HSL321.82º36.07%23.92%-
HSV(B)321.82º53.01%32.55%-
XYZ5.313.75.74-
YUV55.35134.58147.72-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.92%
GREEN value IS 39 (15.62% from 255) = 20.63%
BLUE value IS 67 (26.56% from 255) = 35.45%
R=43.92%
G=20.63%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83396700.530.190.67321.8236.0723.92
Hex53274303513431422418
Octal12347103065231035024430
Binary10100111001111000011011010110011100001110100001010010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532743; }

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

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

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

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

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

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

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

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