#531F44

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

Shades of Loulou #531F44

Tints of Loulou #531F44

Color information

#531F44 (or 0x531F44) is unknown color: approx Loulou. HEX triplet: 53, 1F and 44. RGB value is (83,31,68). Sum of RGB (Red+Green+Blue) = 83+31+68=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 31 (12.5% from 255 or 17.03% from 182); Blue value is 68 (26.95% from 255 or 37.36% from 182); Max value from RGB is 83 - color contains mainly: red. Hex color #531F44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531F44 is #ACE0BB. Grayscale: #323232. Windows color (decimal): -11329724 or 4464467. OLE color: 4464467.

HSL color Cylindrical-coordinate representation of color #531F44: hue angle of 317.31º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #531F44 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB833168-
CMYK00.630.180.67
HSL317.31º45.61%22.35%-
HSV(B)317.31º62.65%32.55%-
XYZ5.13.245.82-
YUV50.77137.73150.99-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.60%
GREEN value IS 31 (12.5% from 255) = 17.03%
BLUE value IS 68 (26.95% from 255) = 37.36%
R=45.60%
G=17.03%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83316800.630.180.67317.3145.6122.35
Hex531F4403F124313d2e16
Octal12337104077221034755626
Binary1010011111111000100011111110010100001110011110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531F44; }

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

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

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

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

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

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

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

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