#532643

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

Shades of Loulou #532643

Tints of Loulou #532643

Color information

#532643 (or 0x532643) is unknown color: approx Loulou. HEX triplet: 53, 26 and 43. RGB value is (83,38,67). Sum of RGB (Red+Green+Blue) = 83+38+67=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 38 (15.23% from 255 or 20.21% from 188); Blue value is 67 (26.56% from 255 or 35.64% from 188); Max value from RGB is 83 - color contains mainly: red. Hex color #532643 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532643 is #ACD9BC. Grayscale: #363636. Windows color (decimal): -11327933 or 4400723. OLE color: 4400723.

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

Color convert

RGB833867-
CMYK00.540.190.67
HSL321.33º37.19%23.73%-
HSV(B)321.33º54.22%32.55%-
XYZ5.273.635.73-
YUV54.76134.91148.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.15%
GREEN value IS 38 (15.23% from 255) = 20.21%
BLUE value IS 67 (26.56% from 255) = 35.64%
R=44.15%
G=20.21%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83386700.540.190.67321.3337.1923.73
Hex53264303613431412518
Octal12346103066231035014530
Binary10100111001101000011011011010011100001110100000110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532643; }

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

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

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

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

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

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

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

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