#532646

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

Shades of Loulou #532646

Tints of Loulou #532646

Color information

#532646 (or 0x532646) is unknown color: approx Loulou. HEX triplet: 53, 26 and 46. RGB value is (83,38,70). Sum of RGB (Red+Green+Blue) = 83+38+70=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 38 (15.23% from 255 or 19.90% from 191); Blue value is 70 (27.73% from 255 or 36.65% from 191); Max value from RGB is 83 - color contains mainly: red. Hex color #532646 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532646 is #ACD9B9. Grayscale: #373737. Windows color (decimal): -11327930 or 4597331. OLE color: 4597331.

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

Color convert

RGB833870-
CMYK00.540.160.67
HSL317.33º37.19%23.73%-
HSV(B)317.33º54.22%32.55%-
XYZ5.373.676.22-
YUV55.1136.41147.9-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.46%
GREEN value IS 38 (15.23% from 255) = 19.90%
BLUE value IS 70 (27.73% from 255) = 36.65%
R=43.46%
G=19.90%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83387000.540.160.67317.3337.1923.73
Hex532646036104313d2518
Octal12346106066201034754530
Binary10100111001101000110011011010000100001110011110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532646; }

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

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

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

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

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

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

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

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