#531647

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

Shades of Loulou #531647

Tints of Loulou #531647

Color information

#531647 (or 0x531647) is unknown color: approx Loulou. HEX triplet: 53, 16 and 47. RGB value is (83,22,71). Sum of RGB (Red+Green+Blue) = 83+22+71=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 22 (8.98% from 255 or 12.5% from 176); Blue value is 71 (28.12% from 255 or 40.34% from 176); Max value from RGB is 83 - color contains mainly: red. Hex color #531647 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531647 is #ACE9B8. Grayscale: #2D2D2D. Windows color (decimal): -11332025 or 4658771. OLE color: 4658771.

HSL color Cylindrical-coordinate representation of color #531647: hue angle of 311.8º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #531647 is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB832271-
CMYK00.730.140.67
HSL311.8º58.1%20.59%-
HSV(B)311.8º73.49%32.55%-
XYZ4.992.876.25-
YUV45.82142.21154.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.16%
GREEN value IS 22 (8.98% from 255) = 12.5%
BLUE value IS 71 (28.12% from 255) = 40.34%
R=47.16%
G=12.5%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83227100.730.140.67311.858.120.59
Hex531647049E431383a15
Octal123261070111161034707225
Binary1010011101101000111010010011110100001110011100011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531647; }

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

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

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

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

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

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

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

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