#532647

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

Shades of Loulou #532647

Tints of Loulou #532647

Color information

#532647 (or 0x532647) is unknown color: approx Loulou. HEX triplet: 53, 26 and 47. RGB value is (83,38,71). Sum of RGB (Red+Green+Blue) = 83+38+71=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 38 (15.23% from 255 or 19.79% from 192); Blue value is 71 (28.12% from 255 or 36.98% from 192); Max value from RGB is 83 - color contains mainly: red. Hex color #532647 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532647 is #ACD9B8. Grayscale: #373737. Windows color (decimal): -11327929 or 4662867. OLE color: 4662867.

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

Color convert

RGB833871-
CMYK00.540.140.67
HSL316º37.19%23.73%-
HSV(B)316º54.22%32.55%-
XYZ5.43.686.39-
YUV55.22136.91147.82-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.23%
GREEN value IS 38 (15.23% from 255) = 19.79%
BLUE value IS 71 (28.12% from 255) = 36.98%
R=43.23%
G=19.79%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83387100.540.140.6731637.1923.73
Hex532647036E4313c2518
Octal12346107066161034744530
Binary1010011100110100011101101101110100001110011110010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532647; }

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

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

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

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

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

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

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

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