#531644

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

Shades of Loulou #531644

Tints of Loulou #531644

Color information

#531644 (or 0x531644) is unknown color: approx Loulou. HEX triplet: 53, 16 and 44. RGB value is (83,22,68). Sum of RGB (Red+Green+Blue) = 83+22+68=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 22 (8.98% from 255 or 12.72% from 173); Blue value is 68 (26.95% from 255 or 39.31% from 173); Max value from RGB is 83 - color contains mainly: red. Hex color #531644 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531644 is #ACE9BB. Grayscale: #2D2D2D. Windows color (decimal): -11332028 or 4462163. OLE color: 4462163.

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

Color convert

RGB832268-
CMYK00.730.180.67
HSL314.75º58.1%20.59%-
HSV(B)314.75º73.49%32.55%-
XYZ4.92.835.76-
YUV45.48140.71154.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.98%
GREEN value IS 22 (8.98% from 255) = 12.72%
BLUE value IS 68 (26.95% from 255) = 39.31%
R=47.98%
G=12.72%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83226800.730.180.67314.7558.120.59
Hex531644049124313b3a15
Octal123261040111221034737225
Binary10100111011010001000100100110010100001110011101111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531644; }

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

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

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

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

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

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

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

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