#531F46

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

Shades of Loulou #531F46

Tints of Loulou #531F46

Color information

#531F46 (or 0x531F46) is unknown color: approx Loulou. HEX triplet: 53, 1F and 46. RGB value is (83,31,70). Sum of RGB (Red+Green+Blue) = 83+31+70=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 31 (12.5% from 255 or 16.85% from 184); Blue value is 70 (27.73% from 255 or 38.04% from 184); Max value from RGB is 83 - color contains mainly: red. Hex color #531F46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531F46 is #ACE0B9. Grayscale: #323232. Windows color (decimal): -11329722 or 4595539. OLE color: 4595539.

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

Color convert

RGB833170-
CMYK00.630.160.67
HSL315º45.61%22.35%-
HSV(B)315º62.65%32.55%-
XYZ5.163.266.15-
YUV50.99138.73150.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.11%
GREEN value IS 31 (12.5% from 255) = 16.85%
BLUE value IS 70 (27.73% from 255) = 38.04%
R=45.11%
G=16.85%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83317000.630.160.6731545.6122.35
Hex531F4603F104313b2e16
Octal12337106077201034735626
Binary1010011111111000110011111110000100001110011101110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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